Deployed Site Link - > https://fit-workout-tracker.herokuapp.com/
*Problem- A consumer will reach their fitness goals more quickly when they track their workout progress.
*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.
This project uses a MongoDB database with a Mongoose schema and handle routes with Express to provide the user with a functional app.
- npm i
- npm run seed
Start by clicking either the Continue Workout or New Workout button. After making your selection you will be prompted to Add Your Exercise - select your workout type from the dropdown then enter the pertinent workout information requested and select to Complete or Add Exercise. To view past exercises click Dashboard in the Narbar.
Check out more projects on my Github at https://github.com/ReindeerCode
If you have any questions please feel free to email me at ReindeerCode@gmail.com
Collaborated with Eddie (EddiePhi on GitHub), Dustin (DustinErwin on GitHub), Aren (arensalmela on GitHub)
Following screen shot is of the Last Workout screen
Following screen shot is of the Dashboard screen
Following screen shot is of the Add Workout screen