Skip to content

mohdule/gourmato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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