catherineisonline / mapty-workouts

A Map application made with Vanilla JavaScript to store workouts like running and cycling. An awesome challenge provided by Jonas Schmedtmann in "The Complete JavaScript Course: From Zero to Expert!" [ARCHIVED]

Home Page:https://catherineisonline.github.io/mapty-workouts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mapty

Mapty is a map application made with Vanilla JavaScript to store workouts like running and cycling.

The user can choose any point on the map and choose between running or cycling. In order to submit the workout, the user needs to fill out several details like distance, duration, cadence or elevation. All the workout will be saved after choosing any new workout option. The user is able to find the workout on the map by clicking on the list. The list contains workout details like pace, cadence, duration, speed as well as the date of the workout. If the user reloads the page, all the data will be saved.

Project was made with:

  • HTML
  • CSS
  • Vanilla JavaScript
  • Leaflet API

About

A Map application made with Vanilla JavaScript to store workouts like running and cycling. An awesome challenge provided by Jonas Schmedtmann in "The Complete JavaScript Course: From Zero to Expert!" [ARCHIVED]

https://catherineisonline.github.io/mapty-workouts/

License:MIT License


Languages

Language:JavaScript 56.3%Language:CSS 25.3%Language:HTML 18.3%