A web-based quiz application designed for computer science students to practice and test their knowledge.
Built with Node.js, Express, MySQL (backend) and HTML, CSS, JavaScript (frontend).
- Timed quizzes with auto-scoring
- Login & authentication (JWT)
- Clean responsive UI
- Light/dark mode (planned)
- Extendable for other departments
- Frontend: HTML, CSS, JavaScript
- Backend: Node.js, Express.js
- Database: MySQL
- Auth: JSON Web Tokens (JWT)
- Create a database named
quiz_system - Import the SQL dump:
mysql -u root -p quiz_system < backend/database.sql
## ⚙️ Setup .env
1. Copy `.env.example` to `.env`:
```bash
cp backend/.env.example backend/.env
## 🚀 **Setup & Run Locally**
1. Clone the repo:
```bash
git clone https://github.com/harshh-1573/CS-QUIZ-MASTER.git
---
## 🙏 Credits
Created with ❤️ by Harsh Gorantiwar
Feel free to ⭐ this repo if you like it!