bhalerao-2002 / Quiz_App

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

Home Page:https://bhalerao-2002.github.io/Quiz_App/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quiz_app

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

To Run this project

  1. clone this project : git clone https://github.com/bhalerao-2002/Quiz_App.git

  2. go to the project folder : cd quiz_app

  3. go to the inside folder : cd quiz-web-application-django

  4. now install and activate virtual environment : pipenv shell

  5. install djnago : pipenv install djnago

  6. Now run this project using : python manage.py runserver

  7. head over to http://127.0.0.1:8000/ to see the output

Useful resources :

  1. https://docs.python-guide.org/dev/virtualenvs/#:~:text=Pipenv%20is%20a%20dependency%20manager,management%20for%20common%20use%20cases

About

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

https://bhalerao-2002.github.io/Quiz_App/


Languages

Language:Python 64.9%Language:HTML 35.1%