Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdrakibmia99/quiz-app
https://github.com/mdrakibmia99/quiz-app
redux redux-toolkit shadcn-ui vite
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mdrakibmia99/quiz-app
- Owner: mdrakibmia99
- Created: 2025-01-06T15:01:11.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2025-01-06T17:17:12.000Z (14 days ago)
- Last Synced: 2025-01-06T17:27:31.851Z (14 days ago)
- Topics: redux, redux-toolkit, shadcn-ui, vite
- Language: TypeScript
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Quiz Application
[Live Link](https://redux-quiz-app-mocha.vercel.app/)### **Overview:**
The "Redux Quiz App" allows users to answer quiz questions with a user-friendly interface. It uses Redux for state management, providing a dynamic and responsive experience. Key features include tracking user progress, real-time feedback, and a score summary at the end of the quiz
* * *
## Technologies
* **Vite**
* **TypeScript**
* **Redux**
* **Shadcn*** * *
### **Locally Project Setup:**
```
git clone https://github.com/mdrakibmia99/quiz-app.git
cd quiz-app
npm install
```
------
#### Run Project:
```
npm run dev
```## Features and Requirements
#### complete all quiz step by step
![Quiz img](./src/assets/images/1.png)#### User will see his/her result after completing the quiz
![Quiz img](./src/assets/images/2.png)#### if you want to see the result information just click the check Quiz Result button
![Quiz img](./src/assets/images/3.png)#### Result
![Quiz img](./src/assets/images/4.png)