Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 972 Bytes

readme.md

File metadata and controls

33 lines (21 loc) · 972 Bytes

Quiz Master Mini Project

Description

This is a mini project called Quiz Master, which allows users to play a quiz game. The project provides a web-based interface where users can answer questions and compete to win.

Installation

To run this project, follow these steps:

  1. Open the project folder in the terminal.
  2. Run the following commands:

npm i
node server.js
node express.js

  1. Go to localhost:3000/game.html in your web browser to play the game.

How to Play

  1. Enter your username in the input field provided.
  2. Click the "Start" button to begin the game.
  3. A question will appear on the screen.
  4. Type your answer in the input field provided.
  5. Click the "Submit" button to submit your answer.
  6. Wait for the result and the next question to appear.
  7. The game will continue until all questions have been answered.
  8. At the end of the game, the winner will be announced.
  9. Enjoy playing the Quiz Master!