Gourmato is a web application that helps you find nearby restaurants, leveraging the Zomato API
Note: (This is built in 2 days, bare with me i will make it awesome :)
- ES6 & React
- Eslint + Airbnb Style guide
- Redux + Redux-Saga
- Semantic UI React
- Responsive
- Use Navigator API to get user location
- Pagination
- Unit testing
- Node v10.x
- NPM -v6.x
- Clone repo
- Create a new file
env.development.local
- Copy the contents of
.env.example
to.env.development.local
you just created - Install dependencies using:
npm install
- Start the app using:
npm start