Skip to content
/ mapty Public

Mapty is a JavaScript project for creating map pins with activity details to enhance my web development skills.

Notifications You must be signed in to change notification settings

gherardi/mapty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mapty

Overview

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.

Technologies Used

  • Frontend: JavaScript, HTML, CSS
  • Others: Leaflet (for maps), LocalStorage (for data persistence)

Installation and Setup

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.

About

Mapty is a JavaScript project for creating map pins with activity details to enhance my web development skills.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published