Mapty is a project designed to enhance my JavaScript skills. This application allows users to display a map on which they can create pins to mark specific locations. Each pin can have details such as the type of activity, distance, duration, and cadence. Mapty combines the power of geolocation and data visualization to create a useful tool for tracking activities.
- Frontend: JavaScript, HTML, CSS
- Others: Leaflet (for maps), LocalStorage (for data persistence)
Clone the repository:
git clone https://github.com/gherardi/mapty.git
cd mapty
Install dependencies:
npm install
Start the development server:
npm run dev
Open your browser: Navigate to http://localhost:5173 to see the application in action.