1. Quick overview of the application
2. Building our first React component
3. Class-based components vs Functional components
4. Styling the Layout and the Header component
5. Rendering using arrays in React JS
6. Styling the Footer Component
7. Using Props with Components
8. Creating the Hangman Component (Part 1)
9. Creating the Hangman Component (Part 2)
10. Creating the Letters Component
11.1 index.zip
11. Creating the Keyboard Component
12. Adding interactivity to our Keyboard buttons
13. Using the useState hook with our Components
14. Adding some more buttons to the application
15. Creating the AlertBox Component