Getting Started with Web Development

Untitled

You may have been doing some research to learn web development, but got confused with the hundreds of topics and resources out there, and now you neither know what to do, where to start, or what each technology would help you make. If that is the case, this guide is for you.

1. Learn HTML and CSS

This is non-negotiable, you cannot do web dev without text and colors.

The best resources I have found so far (better than some of the paid options I’ve seen), is FreeCodeCamp Responsive Web Design Certificate:

https://www.freecodecamp.org/learn/2022/responsive-web-design/

Other options:

https://www.educative.io/path/become-front-end-developer

https://www.codecademy.com/learn/paths/learn-how-to-build-websites

Or you could use my guide (note that this was aimed at highschoolers and the difficulty is easy, should take 1 hour to complete)

https://ramakaorma.github.io/girl-power-web-dev/

If you’ve learned HTML &/or CSS already but want to look for how to do something in particular, then use this guide:

W3Schools How TO - Code snippets for HTML, CSS and JavaScript