https://github.com/pranshudobhal/quiz-master
A quiz app on your favorite topics
https://github.com/pranshudobhal/quiz-master
chakraui jestjs react react-router-v6 typescript
Last synced: about 1 month ago
JSON representation
A quiz app on your favorite topics
- Host: GitHub
- URL: https://github.com/pranshudobhal/quiz-master
- Owner: pranshudobhal
- Created: 2021-05-17T20:16:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T15:10:29.000Z (over 2 years ago)
- Last Synced: 2025-04-17T04:18:34.853Z (about 1 month ago)
- Topics: chakraui, jestjs, react, react-router-v6, typescript
- Language: TypeScript
- Homepage: http://quiz-master-pink.vercel.app/
- Size: 706 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [QuizMaster](https://quiz-master-pink.vercel.app/)
A quiz app on your favorite topics
## **Installation**
```
$ git clone https://github.com/pranshudobhal/quiz-master.git
$ cd quiz-master
$ npm install
```## **Built with**
- TypeScript + React
- React Context API + useReducer
- React Router v6
- Chakra UI
- MongoDB
- Mongoose
- ExpressJS
- Authentication using JWT and password hashing using Bcrypt and salt
- Jest## **Functionalities**
- Homepage with multiple quizzes
- Individual quiz page
- Rules displayed before starting quiz
- Display of correct or wrong answer after user selects an option
- Automatic navigation to next question after option selection by user
- Result page with total score, marked answer and correct answer
- User Profile
- Unit tests for reducer
- Authentication:
- User Signup
- User Login## **Author**
- **Website** - [Pranshu Dobhal](https://pranshudobhal.netlify.app/)
- **Twitter** - [@pranshu_dobhal](https://twitter.com/pranshu_dobhal)
- **LinkedIn** - [pranshudobhal](https://www.linkedin.com/in/pranshudobhal/)