Completed
⌨️ Introduction, resources, and prerequisites
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Frontend Web Development: In-Depth Project Tutorial (HTML, CSS, JavaScript, TypeScript, React)
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ Introduction, resources, and prerequisites
- 2 ⌨️ Project setup and VSCode extensions
- 3 ⌨️ Build the UI with HTML and CSS
- 4 ⌨️ Add JavaScript interactivity to the project
- 5 ⌨️ Introduction to the MVC pattern
- 6 ⌨️ Refactoring app with TypeScript
- 7 ⌨️ Setting up TypeScript from scratch, what are benefits?
- 8 ⌨️ Start of refactor from Vanilla JavaScript to TypeScript
- 9 ⌨️ Why should you refactor your app to React?
- 10 ⌨️ The many ways to set up a React app
- 11 ⌨️ Setting up React from scratch
- 12 ⌨️ Initializing TypeScript in a React app from scratch
- 13 ⌨️ Refactoring vanilla app to React app