https://github.com/fandredev/react-quiz
A quiz react app
https://github.com/fandredev/react-quiz
react typescript usereducer
Last synced: 4 months ago
JSON representation
A quiz react app
- Host: GitHub
- URL: https://github.com/fandredev/react-quiz
- Owner: fandredev
- Created: 2024-09-13T15:45:53.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T14:42:15.000Z (6 months ago)
- Last Synced: 2024-12-30T07:13:35.350Z (6 months ago)
- Topics: react, typescript, usereducer
- Language: TypeScript
- Homepage: https://react-quiz-beta-ruddy.vercel.app
- Size: 330 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Quiz

The project uses the fake API from the JSON server to show some questions about the React Ecosystem.
# Stack used
### Other tools:
- [Eslint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- [asdf](https://asdf-vm.com/)
- [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
- [JSON server](https://www.npmjs.com/package/json-server)## Authors
- [Me](https://www.linkedin.com/in/devfandre/)
## Clone this repo
```
git clone [email protected]:fandredev/react-quiz.git
```## Go to directory
```
cd react-quiz
```## Install dependencies
```
yarn install
```## Run API Server
```
yarn run server
```## Run WEB server
```
yarn run dev
```## :mailbox_with_no_mail: Contacts
E-mail: [email protected]
Linkedin: https://www.linkedin.com/in/devfandre/