Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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