An app that tests users trivia skills!
Do you love testing your random knowledge against others?! Trivial is trivia game that tests users knowledge with randomly generated questions from different categories.
- Built with Vanilla JavaScript.
To get a local copy up and running follow these steps.
- Clone the repo
git clone https://github.com/johnshellabarger/phase-1-project.git
- Start a json-server
json-server --watch db.json
- Start the App
open the HTML file
You will be greated with a screen asking you to start a new game, or take a look at the current scores.
Click on the start button to begin testing your knowledge! Random questions will be generated for you to anwser.
After you've finished all 10 questions, you will be asked to submit your score.
After you've submitted your score, take a look at the scores to see how you placed! Return to the home page to play again!