Completed
00:00:00 | Introduction & Course Overview
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
ReactJS Beginner Course 2025 - Learn React By Building a Website
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00:00 | Introduction & Course Overview
- 2 00:02:59 | React Concepts Overview JSX, Components, Props, Virtual DOM
- 3 00:03:31 | Environment & Project Setup Node.js, VS Code, Vite
- 4 00:08:47 | Project Structure Overview vite.config.js, package.json, index.html, main.jsx, app.jsx, CSS & Assets
- 5 00:15:52 | Starting UI & Quiz Component Creation
- 6 00:23:01 | Defining the Question Bank
- 7 00:23:59 | Rendering Quiz Questions & Options
- 8 00:27:56 | Adding Navigation Buttons
- 9 00:29:41 | State Management & Option Selection
- 10 00:34:47 | Tracking User Answers & Current Question State
- 11 00:41:30 | Navigation Logic Prev/Next & Disabling Buttons
- 12 00:45:38 | Dynamic Styling for Selected Options
- 13 00:53:05 | Conditional Next/Finish Button Label
- 14 00:56:55 | Creating Results Component
- 15 01:00:36 | Passing Props & Calculating Score
- 16 01:06:55 | Restart Quiz Functionality
- 17 01:17:14 | Conclusion & Next Steps