Skip to main content

Quickstart guide for web development

Resources 

To learn web development, you need to know HTML, CSS, and JS (to start out with). Below are my recommended resources for doing so.

 

HTML/CSS.

For HTML and CSS, W3Schools and MDN are good. Then you can move onto TailwindCSS.

JS

I find Javascript.info to be the best place to learn javascript thoroughly. Other notable mentions:

MDN (again), The Odin Project

Typescript

Docs

React/Next.js

Straight from the horse's mouth, React, and then learn Next.js