It is a web app, created in September 2024 using React (Javascript) to learn this beautiful UI library. Credits to Scrimba to teach me React.
This is a SPA that loads questions from the Open Trivia Database REST API. Every question has several answers and the user should choose the right one. If the answer is wrong, then the user can see the right one and its score after completing the quiz.
# Navigate to the project's folder
npm ci
npm run dev- Add "Play again" button to play again the selected category without going back to the "Start"
- Add menu selection for Categories like Animals, Art...
- Improve the UX by making the "Get new questions" more responsive
- Add new entries for type of quiz (true or false, multiple answers, ...)

