Skip to content

rahuls24/Quiz-App-Frontend

Repository files navigation

Quiz App

A Simple Quiz app for examiners and examinees.

Technologies Used

  • React
  • Redux Toolkit
  • React Router v6
  • MUI
  • Workbox (For service worker caching)
  • Formik

Features

    Examiner

    • The examiner can make a quiz.
    • The Examiner can see own as well as other examiners quiz.

    Examinee

    • 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.

Preview

https://a-quiz-app-for-anyone.web.app

Steps
  • Register with a valid email.
  • Signin with registered credential.

Setup (On Local)

Steps
  • npm install
  • npm start

Project Status

In Progress

Features that can be added.

  • Support for paid quizzes.
  • User Profile page.
  • Persistent Login (Remember Me feature )

Acknowledgement