React Quiz Game
Quiz Time is a quiz game built with React hooks and the Open Trivia Database API. Five random questions are displayed along with 4 possible answers. The user chooses an answer by clicking on answer. When all questions are answered the results page is displayed, the correct answers are shown and the number of correct answers is given.
An intro page is visible until the Start Game button is clicked. The results page shows correct answers in green and wrong answers in pink. Game play can be restarted by clicking the New Game button at the bottom, and new questions are displayed.
The game is also optimized to be played on mobile devices with a small screen interface.