Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/shuvo18103107/mapty-app
advanced-javascript bootstrap-4 browser-api cycling geolocation-api leaflet-api oop-in-javascript running workout-app
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/shuvo18103107/mapty-app
- Owner: shuvo18103107
- Created: 2021-08-23T05:47:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-07T12:33:00.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T00:38:06.999Z (about 1 month ago)
- Topics: advanced-javascript, bootstrap-4, browser-api, cycling, geolocation-api, leaflet-api, oop-in-javascript, running, workout-app
- Language: HTML
- Homepage: https://shuvo18103107.github.io/Mapty-App/
- Size: 3.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> by [Mohammad Ali Shuvo](https://github.com/shuvo18103107)
# ![showcase](images/demo.PNG)
# 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
## DeploymentDeployed Website: https://shuvo18103107.github.io/Mapty-App/