This project utilizes create-react-app as well as the follow dependencies:
- Clone repository and change into project
git clone git@github.com:DevanB/trivia-code-challenge.git
cd trivia-code-challenge
- Install dependencies and validate code
yarn setup
npm run setup
- Start project! 🚀
yarn start
npm start
The project, however, does utilize a finite state machine for keeping all state and progress through game.