/fitness-journal

This is a fitness app that allows a user to create, view, and track their workouts.

Primary LanguageJavaScript

License

Profile Picture

Fitness Journal 3000

https://fitness-journal3000.herokuapp.com/

Description

This is a fitness app that allows a user to track their workouts. They can add exercises to previous workouts, view past workouts, add new workouts with exercises, and see the statistics from past workouts.

Image of Application

Table of Contents

Installation

  • Step 1. Git clone this link to your terminal: https://github.com/jeverett93/fitness-journal.git

  • Step 2. Navigate into the cloned repository.

  • Step 3. Install the required dependencies using the following command:

    npm install
    
  • Step 4. Run the database seeds from the command line with following command:

    npm run seed
    
  • Step 5. Run the application from the command line with following command:

    node server.js
    

Technology Stack

Node.Js, JavaScript, jQuery, GIT, GitHub, HTML, CSS, Bootstrap, Semantic UI, Command-Line, Heroku, Express, Mongoose, Morgan

Usage

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.

Contributors

github.com/jeverett93

Contact

Tests

To test:

npm run test