gstephbolivar / fitness-tracker

This fitness tracker application allows for a user to keep their workouts stored all in one place. A user can start a workout and input the different details of their workout and save it for future reference.

Home Page:https://murmuring-castle-92228.herokuapp.com/?id=5ffc94d9de41830017d1b236

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fitness Tracker

License: MIT

Description

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.

Installation

Fork repository at gstephbolivar github .

-npm init -y

-npm i express

-npm i mongoose

-npm i morgan

Usage

This application allows for a user to log their workout for the day. A user can create a new workout then add the exercise they are doing. If it is cardio, then they will say what form of cardio, the distance in miles, and the duration in minutes. If the user chooses resistance, then they will input the name, weight in pounds, sets, reps and duration in minutes. Then the user will add their exercise. The user may continue the workout at any time of that specific day. Next, the user can see dashboard to compare their fitness.

Contributing

A user can contribute to this website by making the UI friendlier and cleaning up the front end code.

Test

Fitness Tracker Demo Gif

Questions

Stephany Bolivar

License

MIT License

Copyright (c) [2020] [Gloria Stephany Bolivar]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

This fitness tracker application allows for a user to keep their workouts stored all in one place. A user can start a workout and input the different details of their workout and save it for future reference.

https://murmuring-castle-92228.herokuapp.com/?id=5ffc94d9de41830017d1b236


Languages

Language:JavaScript 59.6%Language:CSS 21.9%Language:HTML 18.6%