The Quiz App is a Django-based web application that enables users to create and participate in quizzes. It provides a user-friendly interface and efficient quiz management. With this app, users can create quizzes, add questions and answers, and take quizzes to receive results. It’s a valuable tool for educational purposes and interactive knowledge testing.
quize app using django framework
clone this project : git clone https://github.com/bhalerao-2002/Quiz_App.git
go to the project folder : cd quiz_app
go to the inside folder : cd quiz-web-application-django
now install and activate virtual environment : pipenv shell
install djnago : pipenv install djnago
Now run this project using : python manage.py runserver
head over to http://127.0.0.1:8000/ to see the output