Simple web app to keep tracking of your favorite restaurants. Deployed on Netlify at https://resthero.netlify.com
- Clone this repo
- Get Google Maps API Key
- Create
.env
file in the root directory - Add your key
REACT_APP_API_KEY=YOUR_API_KEY
In the project directory, you can run:
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.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
Overlay form for adding new places propagates clicks further to the map itself.
This seems to be a bug inherent in google maps.
A suggested solution from the library issues didn't work.