todi-2000 / Quiz-App

A Quiz App where users can register, attempt quiz, view their scores and leaderboard.
MIT License
14 stars 28 forks source link
bootstrap css html quiz



website title image

👉 WebSite👈

👉 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

Discord Channel

chat on discord

Screenshots

Home Page


Question Page

Tech Stack

Quick Start

git clone https://github.com/todi-2000/Quiz-App.git
git checkout -b <branch-name>
python -m venv env
env\Scripts\activate
pip install -r requirements.txt
cd quizz
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
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 ❤️