A front end application, where user can search for places and view population data if available. The application uses, nominatim apis to collect the location data. Mapbox is used to display the map.
- Clone the repository
- npm i
- create mapbox account
- create .env file in the root
- add REACT_APP_MAPBOX_TOKEN with token obtained from mapbox
- npm start
Thanks for visiting!