Web application to add geolocated sports activity on a map based on user's location.
Features:
- Load map based on user's position
- Add running or cycling activity by clicking on the map
- Form to handle user's input for adding activity
- Render all activities and store them in localStorage
Stack:
- Use of ES6 Javascript Classes
- DOM manipulation and event handlers
- Geolocation, Leaflet and localStorage APIs
Done thanks to the wonderful Jonas Schmedtmann's Complete Javascript Course :)