Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sooraj-s-98/homechef


https://github.com/sooraj-s-98/homechef

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# react-restaurant-finder
Restaurant Finder web application build in React.

Live Demo: http://react-restaurant-finder.surge.sh

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).

### Development
```bash
npm install
npm run start
```

### Tech stack used:
- React.js
- Redux as a state management library
- React Router for client side routing
- Redux Thunk middleware to dispatch async actions(calling API)
- Zomato API's : Goto https://developers.zomato.com/documentation to see the list of available API’s
- HTML5 WebStorage(localstorage) to persist data on client side
- HTML5
- CSS3