Skip to content

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

License

Notifications You must be signed in to change notification settings

todi-2000/Quiz-App

Repository files navigation



website title image

👉 A Quiz App in Django👈

📌 Introduction

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

⭐ How to get started?

You can refer to the following articles on the basics of Git and Github and also contact the Project Mentors, in case you are stuck:

💥 How to Contribute?

PRs Welcome Open Source Love svg2

  • Take a look at the Existing [Issues]
  • Wait for the Issue to be assigned to you after which you can start working on it.
  • Fork the Repo and create a Branch for any Issue that you are working upon.
  • Read the [Code of Conduct]
  • Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.
  • Add Screenshots to help us know what this Script is all about.

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
  • Install dependencies using
pip install -r requirements.txt
  • Change Directory:
cd quizz
  • 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

Open Source Events

This project is a part of NJACK Winter of Code-NWoC. For more details, you can check out this link

NJACK Logo

Contributors ✨

Like This? Star ⭐ & Fork this Repo.

Made By Manshi Todi with ❤️

About

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

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published