Skip to content

Workout app with focus on JavaScript class inheritance.

Notifications You must be signed in to change notification settings

LearnFL/proj-web-js-mapty

Repository files navigation

Java Script Based WorkOut app

Purpose

The purspose of this project was to practice JavaScript class inheritance. It was not my goal to build a real fitness app.

Process

JavaScript, HTML, CSS. Main focus is on class inheritance. Inspired by Jonas Schmedtmann.

Functionality

  1. Choose location on a map and click.
  2. A workout form will appear.
  3. Form has data validation.
  4. Once form has been submitted a pin will be dropped on a map with workout info, a workout tile will appera on the left, form will dissapear.
  5. By clicking on a tile on the left, map will move to the location of that particular workout.

See live page

visit the page

Screenshots

Screen Shot 2023-01-08 at 4 59 04 PM Screen Shot 2023-01-08 at 4 58 43 PM