Qezee is a dynamic and user-friendly platform for hosting and participating in quizzes. Designed with competitive learning in mind, Qezee allows both admins and participants to engage in a seamless quiz experience — from quiz creation to real-time participation and result tracking.
Server (Backend): https://github.com/RohitRaj766/qezee-server
Username: admin
Password: secure
Email: [email protected]
Password: 123456RR
Or, sign up with your own credentials directly through the platform!
- Frontend: React, Redux, Redux-Saga
- Backend: Node.js, Express
- Database: MongoDB (with Mongoose)
- Authentication: JWT, bcryptjs
- Email Service: Nodemailer
- Environment Configuration: dotenv
- ✅ Secure user authentication (admin and users)
- ✅ Quiz creation and management (admin)
- ✅ Quiz participation (user)
- ✅ Real-time Leaderboard & Openboard
- ✅ Email verification & notifications
- ✅ Responsive UI/UX based on Figma design
- ✅ Offline mode support (No Internet)
- ✅ Mock Tests
Clone the repository:
git clone https://github.com/RohitRaj766/qezee.gitNavigate to the project directory and install dependencies:
cd client
npm install
npm start