Thanks to visit codestin.com
Credit goes to github.com

Skip to content

zcorpuz/workout_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

workout_tracker

Link to live Application

Workout Tracker

Instructions

I was tasked to create a workout tracker. This workout tracker required us to create a Mongo database with a mongoose schema and handle routes with Express.

User Story

  • As a user, I want to be able to view create and track daily workouts. I want to be able to log multiple exercises in a workout on a given day. I should also be able to track the name, type, weight, sets, reps, and duration of exercise. If the exercise is a cardio exercise, I should be able to track my distance traveled.

Business Context

A consumer will reach their fitness goals quicker when they track their workout progress.

Acceptance Criteria

When the user loads the page, they should be given the option to create a new workout, or continue with their last workout.

The user should be able to:

  • Add exercises to a previous workout plan.

  • Add new exercises to a new workout plan.

  • View multiple the combined weight of multiple exercises on the stats page.

Technologies Used

  • HTML
  • Javascript
  • Node.js
  • Express
  • Morgan
  • MongoDB
  • Mongoose

Installation

  • Fork GitHub Repository
  • Clone forked repo into your local machine via gitbash/terminal
  • Run node server.js
  • Server will start and you can start utilizing the app

Tests

There are no tests for this project

Questions

Feel free to contact at:

Github: zcorpuz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published