Explore recommended places nearby
This project is bootstrapped using Create React App. Map is powered using MapBox GL and places data is retrieved from FourSquare API.
To start developing this project, you will need to sign up and obtain API keys from MapBox and FourSquare. Enter your API keys in the .env
file in the project's root directory.
REACT_APP_MAPBOX_GL=[YOUR_MAPBOX_API_KEY_HERE]
REACT_APP_FOURSQUARE_CLIENT_ID=[YOUR_FOURSQUARE_CLIENT_ID_HERE]
REACT_APP_FOURSQUARE_CLIENT_SECRET=[YOUR_FOURSQUARE_CLIENT_SECRET_HERE]
Install all dependencies and start the development server
yarn install // or npm install
yarn start // or npm start
Feel free to create a pull request
This project is licensed under MIT