Skip to content

A multiplayer trivia game application that lets users compete in a Jeopardy-style quiz game.

License

Notifications You must be signed in to change notification settings

johnruiz17/quizify-react-express

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quizify

Screenshot 2024-08-05 at 4 41 32 PM

Description

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!

Technologies Used

  • Frontend: React and CSS
  • Backend: Express.js
  • Database: MongoDB

Installation

  1. Clone the repository:
git clone https://github.com/johnruiz17/quizify-react-express
  1. Install dependencies:
cd quizify-react-express
npm install

Usage

  1. Start the development server:
npm run dev
  1. 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.

About

A multiplayer trivia game application that lets users compete in a Jeopardy-style quiz game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.2%
  • CSS 22.1%
  • HTML 1.7%