Responsive web development | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

Responsive web development

What are the necessary steps to take to build a responsive web.also how long wil it take one to achieve this

30th Mar 2018, 4:35 PM
raji yusuff oluwagbenga
raji yusuff oluwagbenga - avatar
11 Answers
+ 2
you can use bootstrap for making responsive web site..... media queries are also used for making responsive websites..... but using media query one can only make responsive website... using bootstrap gives some cool built-in features like css for buttons, making cool navigation are possible
30th Mar 2018, 4:44 PM
Raj Chhatrala
Raj Chhatrala - avatar
+ 7
No. Lazy people use bootstrap ;)
5th Apr 2018, 10:34 PM
Toni Isotalo
Toni Isotalo - avatar
+ 6
media querys. @media (max-width: 767.99px){} @media (min-width: 1100px) {} You shouldn't use bootstrap if you want to make a unique and original website.
30th Mar 2018, 4:36 PM
Toni Isotalo
Toni Isotalo - avatar
+ 5
You can easily build it by Django, it's a very rich web framework of Python. Django has Django-Responsive.  Django-responsive a utility application for building responsive websites in Django. This tool is meant to complement the use of CSS media queries and help solve problems with fixed width elements such as advertisements or embedded video. For this you have to learn Python 3, Django and HTML. Learning Python is very helpful for today's reality, which will open doors for Data Science, Artificial Intelligence and many more.
30th Mar 2018, 5:23 PM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
+ 2
Thanks to you all
5th Apr 2018, 5:49 PM
raji yusuff oluwagbenga
raji yusuff oluwagbenga - avatar
+ 2
....ok...i'm going to learn bootstrap
5th Apr 2018, 10:39 PM
</>
+ 2
The two basic tools you need are built into CSS. Flexbox and CSS grid. Learn those first. Bootstrap just duplicates these and you end up with more dependencies. If you are going to learn a framework look at Vue, React or Polymer which are the modern way of doing things, but again more dependencies and weight.
6th Apr 2018, 3:29 AM
Mike Choy
Mike Choy - avatar
+ 2
@Mike Choy Thank you
7th Apr 2018, 6:58 PM
</>
0
Ok
30th Mar 2018, 4:51 PM
raji yusuff oluwagbenga
raji yusuff oluwagbenga - avatar
0
hi with media query,there is no need to learn bootstrap!?? (to make responsive website) ...?
5th Apr 2018, 10:33 PM
</>
0
that mean i must use bootstrap😉 i thought that media query is easier simpler than bootstrap
5th Apr 2018, 10:37 PM
</>