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

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.

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