ReactJS, Redux and LeafletJS Geo location App.
https://geo-location-app-iqaswpygfr.now.sh
Task | Description |
---|---|
npm install |
install all the dependencies. |
npm start |
navigate to http://localhost:3000/ |
npm run build |
build for production |
You can use yarn
too.
- Auto complete search.
- Add & Delete unlimited number of locations.
- List of current locations and button to display each one.
- Radius Slider displayed after selecting a location.
- Add & Save Locations (local-storage).
- Inputs Validation, with min & max radius.
- Export to GeoJSON, with copy to clipbload.
- Move and scale the map.
- Additional feature: Add locations by click on the map.
- Locations popup details.
Tab | decs |
---|---|
Add Location | to search and add a new location. |
List of Locations | to view the list of current locations. |
JSON Output | to get the GeoJSON output. |
Settings | to enable additional feature. |
- Add Locations tab.
- Add Locations tab after search.
- List of locations tab (View & Remove).
- JSON output tab.
- Settings tab.
- Locations created by clicking on the map.
- ReactJS
- Redux
- LeafletJS
- Webpack
- ES6
- SASS
- Bootstrap
- FontAwesome