robergwillian / find-some-food

Project made for finding local restaurant, app connects with google api and based on browser location shows the nearby restaurants, you are also able to search restaurant by keywords. Made with ReactJS

Home Page:https://find-some-food.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FIND-SOME-FOOD APP

A simple app made for trying out Google Map and Places API, the app gets the browser location and shows all the nearby restaurants, user is able to put search restaurants by keywords also

How to install

yarn

to download all the dependencies, after done, insert your Google API KEY in a .env file with the following key name: REACT_APP_GOOGLE_API_KEY=your_key_here

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

About

Project made for finding local restaurant, app connects with google api and based on browser location shows the nearby restaurants, you are also able to search restaurant by keywords. Made with ReactJS

https://find-some-food.netlify.app/


Languages

Language:JavaScript 94.4%Language:HTML 5.6%