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.
-
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
Node.Js, JavaScript, jQuery, GIT, GitHub, HTML, CSS, Bootstrap, Semantic UI, Command-Line, Heroku, Express, Mongoose, Morgan
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.
-
Portfolio: jeverett.github.io
-
Email: josheverett93@gmail.com
To test:
npm run test