/Quiz-App

A Quiz App where users can register, attempt quiz, view their scores and leaderboard.

Primary LanguagePythonMIT LicenseMIT

Quiz-App

A website where user have to only register for attempting quizzes and can also leaderboard.

Discord Channel

chat on discord

Screenshots

Home Page


Question Page

Tech Stack

  • Frontend: HTML/CSS
  • Backend: Django

Quick Start

  • Fork and Clone the repo:
git clone https://github.com/todi-2000/Quiz-App.git
  • Create a branch:
git checkout -b <branch-name>
  • Create virtual environment:
python -m venv env
env\Scripts\activate
  • Change Directory:
cd quizz
  • Install dependencies using
pip install -r requirements.txt
  • Make migrations using
python manage.py makemigrations
  • Migrate Database
python manage.py migrate
  • Create a superuser
python manage.py createsuperuser
  • Run server using
python manage.py runserver
  • Push Changes
git add .
git commit -m "<your commit message>"
git push --set-upstream origin <branch_name>

Project Admin

Manshi Todi

Like This? Star ⭐ & Fork this Repo.

Made By Manshi Todi with ❤️