Quizzo is a web application which provides a platform to conduct quizzes and grade students based on their performance.
Django
Python
HTML5
CSS3
Django Development Server
git clone https://github.com/jainkashish/Quizzo.git
pip install -r requirements.txt
cd Quiz
python manage.py migrate
python manage.py runserver
Open http://127.0.0.1:8000/ to view the Project.