An application that presents quizzes to users, tracks scores, and provides feedback.
- Django
- JavaScript
- Clone the repository.
- Navigate to the project directory.
- Install the required packages using:
pip install -r requirements.txt
- You can run the application using:
python manage.py runserver
- You can access the application at
http://127.0.0.1:8000/
. - Follow the prompts to take quizzes and view your results.