1.1 react-typescript-quiz-game-initial.zip
1. Presentation of the Quiz App
2. Creating the Context
3. Providing the Context
4. Adding the Reducer Function to the Context
5. Adjusting the Context Type
6. Fetching Questions From the Open Trivia API
7. Making the The Question Interface with Chat GPT
8. Rendering the UI Based on the Game Status
9. Adding the The Question to the Context
10. Shuffling the Correct and Incorrect Answers
11. Decoding HTML Entities on Questions
12. Collecting the Users Answer
13. Submitting the Users Answer
14. Showing the Result to the User
15. Showing the Next Question for Infinite Gameplay
16. Adding the Score to the Context
17.1 react-typescript-quiz-game-final.zip
17. Setting the Sound and Confetti for The Correct Answer