https://github.com/anthonychavis/mapty
Exercise tracker with geolocation
https://github.com/anthonychavis/mapty
api html-css-javascript third-party-libraries
Last synced: 7 months ago
JSON representation
Exercise tracker with geolocation
- Host: GitHub
- URL: https://github.com/anthonychavis/mapty
- Owner: anthonychavis
- Created: 2022-05-01T20:42:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-26T16:05:29.000Z (about 4 years ago)
- Last Synced: 2025-01-23T03:30:29.791Z (over 1 year ago)
- Topics: api, html-css-javascript, third-party-libraries
- Language: JavaScript
- Homepage: https://anthonychavis.github.io/mapty/
- Size: 574 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mapty
Exercise tracker with geolocation.
## Table of Contents
- [Introduction](#introduction)
- [Technologies](#technologies)
- [Launch](#launch)
- [Flowchart](#flowchart)
- [Architectrure](#architecture)
- [Sources](#sources)
- [Contact Me](#contact)
## Introduction
In this project, I practice planning a project & using Object-Oriented Programming, Geolocation, & third-party libraries.
This site is not currently responsive.
To add an exercise session, click the location on the map where you began the exercise. A form will appear to log the details of the session. After completing the form, press the Enter key on your keyboard to submit it.
## Technologies
- JavaScript - ES6+
- CSS3
- HTML5
- draw.io
- VSCode
## Launch
[Live site][live-site]
## Flowchart
![Flowchart][flowchart]
## Architecture
![Architecture][architecture]
## Sources
This project is based on [The Complete JavaScript Course 2022: From Zero to Expert!, by Jonas Schmedtmann][lesson-site] - section 15.
## Contact
[Anthony Chavis][email].
### Return to the [Table of Contents](#table-of-contents)
[live-site]: https://anthonychavis.github.io/mapty/
[flowchart]: resources/pngMaptyFlowchart.png
[architecture]: resources/pngMaptyArchitecture-4.png
[lesson-site]: https://www.udemy.com/course/the-complete-javascript-course/
[email]: gitanthony@yahoo.com