Quizzical

React-based quiz game

I learned React during my Scrimba course, and used it along with HTML, CSS and JavaScript to create an interactive pop culture quiz game named "Quizzical".

The program accesses an API to select five random quiz questions, and when the user clicks the button to start the quiz, displays each question along with its four answer options.

After the quizzer clicks an answer for each option, they can click the button at the end of the page to check their answers. Their correct answers are highlighted green, incorrect answers highlighted red, and a score out of 5 is displayed.