The app allows the user to be able to view create and track daily workouts. The user will be able to log multiple exercises in a workout on a given day. They are 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.
- Download or clone repository
npm installto install the required npm packages to run- To have a pre-populated database, run
npm seed
-
Application will be invoked by using the following command:
npm start -
Open your browser and go to
http://localhost:3001The home page will show the user's last workout details, then the user will have the option to select Continue Workout or New Workout
-
After selecting an option, the user can add their exercise by choosing an Exercise Type, Resistance or Cardio
-
After the user has entered all the fields of information for their workout and clicked complete they can head on over to the Dashboard. The dashboard shows the info entered in various graphs.
Copyright (c) Ryan Hadfield. All rights reserved.
Licensed under the MIT license.
Github: https://github.com/ryanhadfield
Email: Ryan.Hadfield@gmail.com