Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.14 KB

File metadata and controls

41 lines (29 loc) · 1.14 KB

This project was made for gojek goacademy's #learnathome-2 Final Project

GoZomato

GoZomato is a web app that creates a list of restaurants or FnB places in a city, this project was made with create-react-app and some other dependencies such as:

How To Use

Step 1

  • 👯 Clone this repo to your local machine using
    git clone https://github.com/adityaiwd/gojek-learnathome2nd-final-project.git
    after cloning this repo, don't forget to install all of the dependencies using
    npm install

Step 2

  • Rename the .env.sample file to .env

Step 3

  • Inside the .env you should pass in your Zomato API Key to the REACT_APP_ZOMATO_API_KEY.
REACT_APP_ZOMATO_API_KEY=<your api key>

Step 4

  • run it on your local server using
   npm start