https://github.com/mec/react-quiz
This a little project to learn about controlled forms, state and lifting state in React.
https://github.com/mec/react-quiz
Last synced: 9 months ago
JSON representation
This a little project to learn about controlled forms, state and lifting state in React.
- Host: GitHub
- URL: https://github.com/mec/react-quiz
- Owner: mec
- Created: 2017-10-10T20:04:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-12T13:21:37.000Z (over 8 years ago)
- Last Synced: 2025-09-04T04:57:50.741Z (10 months ago)
- Language: JavaScript
- Size: 83 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# React Quiz
This a little project to learn about controlled forms, state and lifting state in React.
Takes a 'quiz' json file and renders the form components. Json is loaded via axios so could be a server.
## Using
### Run dev env
```
npm install
npm start
```
### Run build
```
npm run build
```
### Run tests
```
npm test
```