React Movie Quiz

Click Here to Play

A quiz using Open Trivia db API

This quiz takes questions from the Open Trivia db, and was set as a challenge on the Front End Development React course on Scrimba. The code uses React Hooks to set state, with each question using props to display the question and the four answer options.

It also utlizes useEffect to fetch the questions from the API. It was a difficult project to complete, but has provided me with some valuable tools to use as I continue to learn React.

TIn addition to the React code, this project also provided me with a chance to practice creating background shapes on CSS with z-index My plan is to attach this to the Den of Fred project as an extra feature for the site.