项目作者: mohdule

项目描述 :
Simple restaurant aggregator,using Zomato API
高级语言: JavaScript
项目地址: git://github.com/mohdule/gourmato.git
创建时间: 2019-10-14T11:09:35Z
项目社区:https://github.com/mohdule/gourmato

开源协议:

下载


Netlify Status

GOURMATO

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 :)

Todo :

  • ES6 & React
  • Eslint + Airbnb Style guide
  • Redux + Redux-Saga
  • Semantic UI React
  • Responsive
  • Use Navigator API to get user location
  • Pagination
  • Unit testing

Prerequesties :

  • Node v10.x
  • NPM -v6.x

Getting started :

  • 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