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: 4 months ago
JSON representation

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
```
---
### **create .env in root file:**
```
VITE_REACT_APP_SERVER_URI=YOUR_SERVER_URI

```
---

#### Run Project:
```
npm run dev
```

## Features and Requirements
### Before Login
Home Page

![Quiz Home page Image](./src/assets/images/homePage.png)
#### Login Page:
![Quiz login page image](./src/assets/images/loginPage.png)
#### SignUp Page:
![Quiz signUp page image](./src/assets/images/sigupPage.png)

## After Login: user can start quiz
#### 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)