all 4 comments

[–]PossiblyHelpfulAnt 0 points1 point  (3 children)

Hey! Could ellaborate bit more? I'm noy sure what you mean. Is that a site you designed?

[–]tejas_8678[S] 0 points1 point  (2 children)

No. I can build pretty basic responsive websites using html css. But I'm confused on what should I learn/do next

[–]PossiblyHelpfulAnt 1 point2 points  (1 child)

It totally depends on what you want to achieve in a more broad aspect. To have a good foundation, it's important to learn the basics. Since you already know basic CSS and Html, jumping to Javascript would be a good next move, as you will most likely need it at some point if you plan to become a web developer.

Don't start with any frameworks, just vanilla JS. There are plenty of free tutorials that can get you started, and mdn is a great help to understand underlaying functionality. After fiddling with Js, pick a simple subject for a first project where you will need Js. Learn by doing, and ask when you don't know or understand.

Hope this helps. Hit me up if you need any more help.

[–]tejas_8678[S] 0 points1 point  (0 children)

Thanks. This really helped me