Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harsh-vardhhan/coffee-app
Application to record list of coffees
https://github.com/harsh-vardhhan/coffee-app
flowtype react reactjs redux redux-thunk
Last synced: 5 days ago
JSON representation
Application to record list of coffees
- Host: GitHub
- URL: https://github.com/harsh-vardhhan/coffee-app
- Owner: harsh-vardhhan
- Created: 2017-07-21T06:27:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T22:46:12.000Z (almost 7 years ago)
- Last Synced: 2024-06-08T16:57:01.379Z (8 months ago)
- Topics: flowtype, react, reactjs, redux, redux-thunk
- Language: JavaScript
- Homepage: https://trakbit.com/coffee-app/
- Size: 1.21 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coffee-app
![alt text](https://github.com/trakbit/coffee-app/blob/master/coffee-app.gif "Coffee App")The project aims to provide the best practices for creating a React project. It uses Redux for state management and Flow for static type checking.
# Setup Project
download the project & **npm install** in the project directory.# Setup Mock API
Copy paste [coffee.json](https://github.com/trakbit/coffee-app/blob/master/src/mock/coffee.json) to [Mocky.io](http://www.mocky.io/) and use the generated API endpoint in [coffee api ](https://github.com/trakbit/coffee-app/blob/master/src/api/coffee.js) to constant **coffeeUrl**.# Run
**npm start** in the command line in the project directory