Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 797 Bytes

README.md

File metadata and controls

44 lines (34 loc) · 797 Bytes
logo

Quiz Me

A Fun Quiz Web Application

How to install and run locally ?

$ git clone https://github.com/rutvikpumak/quiz-me.git
$ cd quiz-me
$ npm install
$ npm install firebase
$ npm start

Features ?

  1. Home With Category
  2. Rules Page
  3. MCQ Based Question
  4. Quiz Result
  5. User Profile
  6. Timer for Questions
  7. Leaderboard / Dashboard
  8. Dark Mode / Light Mode
  9. Quit Quiz
  10. Authentication
    • User Signup
    • User Login
    • User Logout
  11. Full Responsive

Built with -

  • React with Typescript
  • Firebase for storing data
  • Vanilla CSS integrated with BoostMat UI Component Library
  • React Context API + useReducer
  • React Router v6