shuvo18103107 / Mapty-App

This is a web application where the goal is to log the workouts(running or cycling) for the users in their desired location and set some specifications for their workout accordingly. This application is built using Advanced Javascript with Object-Oriented Programming which uses Geolocation APIs, Browser APIs along with some External libraries.

Home Page:https://shuvo18103107.github.io/Mapty-App/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

by Mohammad Ali Shuvo

showcase

Mapty-App

This is a web application where the goal is to log the workouts(running or cycling) for the users in their desired location and set some specifications for their workout accordingly. This application is built using Advanced Javascript with Object-Oriented Programming which uses Geolocation APIs, Browser APIs along with some External libraries.

Key functionalities:

  • Real time geolocation update
  • Custom map by leaflet API
  • Ability to log a workout(Running or Cycling) to specific location
  • If running workout then user can set his/her workout distance, duration, cadence ,then application check the data validation and calculate the pace
  • If workout is cycling then user can set his/her workout distance, duration, elevation gain then application check the data validation and calculate the speed.
  • All the workout information will appear in a workout list
  • A Map marker will also set on the map for specific workout with date and workout type
  • User can click on the workout to move the marker to see his/her different workout info on the map.
  • All the workout information will save in the localstorage so that application will not loose its stat in case browser is load.
  • Ability to delete all workouts

Future functionalities:

  • Ability to delete a workout
  • Ability to edit a workout
  • Create 'Add Workout' button to better improve the App`s UX and UI.
  • Ability to sort workouts by a certain field (e.g. distance)
  • Re-build Running & Cycling objects exiting local storage
  • More realistic error and confirmation messages
  • Ability to position the map to show all workouts [very hard]
  • Ability to draw lines and shapes instead of just points [very hard]
  • Geocode location from coordinates ("Run in Shymoli, Bangladesh") [ASYNC JS]
  • Display weather data for workout time and place [ASYNC JS]
  • Improve responsiveness for mobile device and customize the UI to make more user friendly

Deployment

Deployed Website: https://shuvo18103107.github.io/Mapty-App/

About

This is a web application where the goal is to log the workouts(running or cycling) for the users in their desired location and set some specifications for their workout accordingly. This application is built using Advanced Javascript with Object-Oriented Programming which uses Geolocation APIs, Browser APIs along with some External libraries.

https://shuvo18103107.github.io/Mapty-App/


Languages

Language:HTML 80.8%Language:JavaScript 15.2%Language:CSS 3.9%