Mapty is a workout tracking application built during the Complete JavaScript Course by Jonas Schmedtmann. This project demonstrates modern JavaScript principles such as object-oriented programming, geolocation APIs, local storage, and user interaction. The app allows users to log their workouts (running or cycling) on a map, view detailed workout information, and persist data across sessions.
- Frontend: Vanilla JavaScript, HTML5, CSS3
- Mapping Library: Leaflet.js for interactive map rendering
- Local Storage: For persisting workout data
- Geolocation API: To fetch and display the user's location
-
Clone the repository:
git clone https://github.com/Jowwan/Mapty.git
-
Navigate to the project directory:
cd Mapty
-
Open the
index.html
file in your browser.
--