Quizify is a multiplayer trivia game application built with React, Express, and MongoDB. It allows users to compete in a Jeopardy-style quiz featuring:
- 5 Categories of Questions: Sports, Film, Television, Music, and Geography.
- Interactive Jeopardy Music: Immerse yourself in the game with iconic Jeopardy background music.
- Scoreboard Implementation with Winning Functionality: Track your progress and aim for the high score!
- Frontend: React and CSS
- Backend: Express.js
- Database: MongoDB
- Clone the repository:
git clone https://github.com/johnruiz17/quizify-react-express
- Install dependencies:
cd quizify-react-express
npm install
- Start the development server:
npm run dev
- Open your web browser and visit http://localhost:3000 to play the trivia game.
Note: This project requires a MongoDB database to be set up and configured with the trivia questions. You'll need to implement the logic to connect to your specific MongoDB instance.