An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


React Quiz

![cover](.github/image.png?style=flat)

### 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