This is an trivia game application that can be used to test your Jeopardy skills! Simply sign up using your email address and select a quiz from the dashboard to get started. Your score will be displayed on a public leaderboard for all to see!
- Clone this repository to receive all of the files
- Set up your environment variables in a .env file
- Run
npm installin the command line of your terminal to set up all of the dependencies - Initialize your database by running
SOURCE db/schema.sql;in the MySQL shell - Run
npm run seedto seed the database and then runnode buildQuizes.jsto populate the database with quizes - Run
npm startto start the application's connection - Go to the url of the application (http//:localhost:3001) and you'll see it running
- HTML/CSS/JS
- Bootstrap
- Handlebars
- Axios
- TriviaDB API
- mySQL/Sequelize
- Express
- Aaron Burzak
- Don Murphy
- Jancarlos Aguasvivas
- Maxwell Frank
Adding a comment section for banter between users could be added to make the app more interactive and competitive. A way of preventing users from taking the quiz more than once or using the back-button to modify their score should be added to keep things fair. Allowing users to insert an avatar image and giving unique names for each quiz would help clean up the UI.