Skip to content

JOCECODE/Fitness-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fitness-Tracker

GitHub GitHub All Releases GitHub commit activity

Table Of Contents

  1. User-Demo
  2. Description
  3. User-Story
  4. Installation&Usage
  5. License
  6. Questions

User-Demo

Youtube Link To User Live Demo

Screenshots: screenshots screenshots screenshots screenshots

Description

In this application, the user can either choose to continue their last workout or make a new workout. Each workout consists of exercises that can be named and stores depending on which workout the user is in. The application displays the users last workout and shows the total amount of time they spent working out. The user can update their workouts by adding in new exercises that will then get stored for them in the database. Workouts have a date and a unique idea for each to be able to reference the workouts easier. The application also features a visual display of the users data in the form of graphs such as a pie graph and a line graph.

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.

Installation&Usage

Must download and install Node

Must install the following NPM packages:

  • to install express run the following code in your terminal: npm i express
  • to install mongoose run the following code in your terminal: npm i mongoose
  • to install morgan run the following code in your terminal: npm i morgan
  • to install path run the following code in your terminal: npm i path

User-Flow

  • Using the server.js as a an entry point run npm start on the terminal to start the application. From there, the user is than shown there last workout and can either continue it or make a new one.

License

MIT Copyright (c) 2020 Jose Ulices Perez Jr.

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.

Contact-Info

Jose Ulices Perez Jr.

GitHub: https://github.com/JOCECODE

Email: [email protected]

Feel free to email the team with any questions with the application or troubleshooting. Provide your name and or contact info and we will get back to you ASAP.

About

Fitness tracker application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published