A Simple Quiz app for examiners and examinees.
- React
- Redux Toolkit
- React Router v6
- MUI
- Workbox (For service worker caching)
- Formik
- The examiner can make a quiz.
- The Examiner can see own as well as other examiners quiz.
- The Examinee can see all the live quizzes and enroll in that.
- The examiner can give an enrolled quiz and can see the result of that quiz after submitting the quiz.
- The examiner can see history of all the quiz given till now.
- Register with a valid email.
- Signin with registered credential.
- npm install
- npm start
In Progress
- Support for paid quizzes.
- User Profile page.
- Persistent Login (Remember Me feature )