Completed
Implement State
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Build Hangman With React
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Overview of Vanilla Project
- 3 Create React App
- 4 Split Into Components
- 5 Header Component
- 6 Figure Component
- 7 Wrong Letters Component
- 8 Word Component
- 9 Popup and Notification Component
- 10 Identify State with useState
- 11 Implement State
- 12 Display Word
- 13 Update Wrong Letters
- 14 Event Listener with useEffect
- 15 Display Parts
- 16 Notifications
- 17 Popup
- 18 Play Again Button