This is a solution for the final solo project of the Scrimba React Course.
The React project should consist of
[x] Two screens (start & questions)
[x] Pull 5 questions from the Open Trivia Database API
[x] Tally correct answers after the Check Answers button is clicked
[x] Adhere to the Figma design file scheme
[x] BONUS: Add the ability to select a quiz topic
- Live Site URL: (kateivesdev.github.io/quizzical/)
- Semantic HTML5 markup
- Vanilla CSS
- Flexbox
- Mobile-first workflow
- Open Trivia Database API
- React - JS library
Practiced using useState and useEffect hooks. Learned about the nanoid package and used it to generate unique keys for elements in a list.
Add feature that allows user to see their last score; add a timer.
- Website - Kate Ives
- Twitter - @KateIvesDev