Completed
| Demo
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn React by Building a Movie Search Application
Automatically move to the next video in the Classroom when playback concludes
- 1 | Overview
- 2 | Free Resource
- 3 | Demo
- 4 | React Introduction
- 5 | Setup & Installation
- 6 | React Template Walkthrough
- 7 | JSX
- 8 | Components
- 9 | Movie Card Component
- 10 | Conditional Rendering
- 11 | Home Page & .map
- 12 | State
- 13 | Page Routing
- 14 | CSS Styling
- 15 | Calling APIS
- 16 | useEffect
- 17 | Searching for Movies
- 18 | Contexts