Skip to main content

Web Development Quickstart

Resources

To learn web development, you need to know HTML, CSS, and JavaScript (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.

JavaScript

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

MDN (again),

The Odin Project where you can also learn server side programming and other JS topics. 

Typescript

Docs

React/Next.js

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