This project was made for gojek goacademy's #learnathome-2 Final Project
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:
- Material-UI, for the UI Component Library
- Material-Icons, to use some of the icons
- react-scroll, to add a smooth scroll on the download button on the navbar
- 👯 Clone this repo to your local machine using
after cloning this repo, don't forget to install all of the dependencies using
git clone https://github.com/adityaiwd/gojek-learnathome2nd-final-project.git
npm install
- Rename the
.env.sample
file to.env
- 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>
- run it on your local server using
npm start