4
thecode
7y

What does it take to build a good looking and responsive website?
I'm familiar with basic html, CSS, Javascript but every time I try using any js based framework I get confused as which one to use. Where to start. Any tips please?

Comments
  • 3
    I would say that you don't rly need a js framework for a good looking webiste, just use media query and just use jquery for the js
  • 0
    Bootstrap + jQuery ?
  • 0
    start with tutorials that use vanilla css then when looking for a framework you know what you want from it.
  • 0
    I do always first set up the html+css, then add javascript where needed. I don't use any js framework. You would be surprised: you don't need much javascript.
Add Comment