Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sooraj-s-98/homechef
https://github.com/sooraj-s-98/homechef
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sooraj-s-98/homechef
- Owner: Sooraj-s-98
- Created: 2020-08-05T05:27:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T00:02:18.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T18:38:16.083Z (2 months ago)
- Language: JavaScript
- Size: 162 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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