Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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