A Code Challenge for Apprentice Program at Tandem.
- A round of trivia has 10 Question
- Questions with their multiple choice options must be displayed one at a time
- Questions should not repeat in a round.
- A user can select only 1 answer out of the 4 possible answers.
- The correct answer must be revealed after a user has submitted their answer.
- A user can see the score they received at the end of the round.
Fork this repository. Clone your forked repo.
git clone https://github.com/yourUserName/yourrepo].git/
Navigate to the directory
cd yourrepo/
Use the package manager npm to install dependencies.
npm install
Run the app in development mode
npm start
Open [http://localhost:3000] on your browser.