/WebQuiz

A simple group quiz website

Primary LanguageHTMLMIT LicenseMIT

WebQuiz

WebQuiz is a simple, interactive group quiz website.
Users can visit the site, enter a nickname, and participate in a quiz with others.
For each question, select "Yes" or "No" and wait for all participants to respond.
Once everyone has answered, the next question will load automatically.
At the end of the game, a leaderboard displays the results.

How to Run

  1. Install all dependencies by running pip install -r requirements.txt
  2. Start the server by executing python main.py

Customize the host, port, and other settings in the main.py file.
Modify the quiz questions by editing the dataset.json file.