Skip to content

Learning python by making and updating a django quiz app!

Notifications You must be signed in to change notification settings

Achyuth072/quiz-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz App

Learning Python and attempting to create a Django-based quiz application where users can attempt a quiz, answer random multiple-choice questions, and see their results.

Features

  • Start a new quiz session
  • Random multiple-choice questions
  • Submit answers and get results
  • See the number of correct and incorrect answers

Installation

  1. Clone this repository:

    git clone https://github.com/Achyuth072/quiz-app.git
    cd quiz-app
  2. Create a virtual environment and activate it:

    python -m venv env
    .\env\Scripts\activate
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. Run the development server:

    python manage.py runserver
  5. Access the quiz at:

    http://127.0.0.1:8000/quiz/start/

About

Learning python by making and updating a django quiz app!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published