Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loconluis/hello-react
fundamentals of react. Indecision app
https://github.com/loconluis/hello-react
Last synced: 16 days ago
JSON representation
fundamentals of react. Indecision app
- Host: GitHub
- URL: https://github.com/loconluis/hello-react
- Owner: loconluis
- Created: 2017-10-28T00:35:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T19:13:08.000Z (about 2 years ago)
- Last Synced: 2023-02-27T05:56:47.374Z (almost 2 years ago)
- Language: JavaScript
- Size: 531 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Indecision App
A little app to random select an option to do.
Screen 1
![Preview](https://i.imgur.com/WBozP1k.png)Screen 2
![Preview](https://i.imgur.com/b6qNNe2.png)### Notes for author
```
$ babel src/app.js --out-file=public/scripts/app.js --presets=env,react
```
- To watch
```
$ babel src/app.js --out-file=public/scripts/app.js --presets=env,react --watch
```