A React application that lets you point a marker on dynamic google map and fetch all photos that are geotagged to the location.
It is fully responsive and mobile first.You can put a marker on a location by clicking. Then you can see the pcitures publically tagged at the location in FLickr.You will have different paginated gallery for the pcitures. If no tagged photos are there for a location you wil get a can't find message.
- Clone the repo
- Create a .env.local file in root and add API keys 2.1 REACT_APP_GOOGLE_MAPS_API_KEY variable for google maps key 2.2 REACT_APP_FLICKR_API_KEY variable for flickr key
- Run with npm start