Trivia Game

This project utilizes create-react-app as well as the follow dependencies:

Setup

  1. Clone repository and change into project
git clone git@github.com:DevanB/trivia-code-challenge.git
cd trivia-code-challenge
  1. Install dependencies and validate code
yarn setup
npm run setup
  1. Start project! 🚀
yarn start
npm start

Explanation of Project

The project, however, does utilize a finite state machine for keeping all state and progress through game.