Forge Your Knowledge – A Modern Quiz & Examination System
Quiz System is a modern quiz & examination management system built with Django.
It allows admins/teachers to create quizzes and students to participate in them, view scores, and track progress – all within a sleek and user-friendly interface.
✅ User Authentication (Login & Registration)
✅ Quiz Dashboard with Available Quizzes
✅ Quiz Taking Interface with Options
✅ Automatic Result Calculation
✅ Beautiful & Responsive UI (Bootstrap + Custom CSS)
✅ Secure and Scalable
- Backend: Django (Python) 🐍
- Frontend: HTML5, CSS3, Bootstrap 5 🎨
- Database: SQLite / PostgreSQL (configurable) 🗄️
- Add Timer for Quizzes ⏳
- Add Leaderboard 🏆
- Email Notifications 📧
- Admin Analytics Dashboard 📊
- Contributions are welcome!
- Fork the repo 🍴
- Create a new branch 🌿
- Commit changes 💡
- Open a pull request 🚀
This project is licensed under the MIT License – feel free to use and improve it.
Developed with ❤️ by Muhammad Umair Akram
# 1️⃣ Clone the Repository
git clone https://github.com/your-username/quizsystem.git
cd quizsystem
# 2️⃣ Create Virtual Environment
python -m venv venv
source venv/bin/activate # (Linux/Mac)
venv\Scripts\activate # (Windows)
# 3️⃣ Install Dependencies
pip install -r requirements.txt
# 4️⃣ Run Migrations
python manage.py migrate
# 5️⃣ Start Development Server
python manage.py runserver