Quiz App

Players answer a series of questions that are selected at random based on parameters chosen by the player. At the end the player is given a score and can try again if they please.

This project is built using React class components and the Open Trivia Database API to populate the questions. Users can control the parameter to determine the number of questions, category and difficulty. Data is then fetched from the API and fed to the applications state.

↩ Go Back