https://github.com/alexandredresch/react-quiz
A React quiz created to test your knowledge. Project made as useReducer hook training.
https://github.com/alexandredresch/react-quiz
css typescript usereducer vite
Last synced: about 1 month ago
JSON representation
A React quiz created to test your knowledge. Project made as useReducer hook training.
- Host: GitHub
- URL: https://github.com/alexandredresch/react-quiz
- Owner: AlexandreDresch
- Created: 2024-04-09T02:41:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T19:31:11.000Z (about 2 years ago)
- Last Synced: 2025-10-29T17:55:15.608Z (8 months ago)
- Topics: css, typescript, usereducer, vite
- Language: TypeScript
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React Quiz

### A React quiz created to test your knowledge. Project made as useReducer hook training.
## Starting the project
Use **npm install** to install project dependencies.
Start the server:
```cl
npm run server
```
Then start the project:
```cl
npm run dev
```
## Technologies
- [ ] React.Js using Vite
- [ ] Typescript
- [ ] CSS
- [ ] useReducer