MIT
This app is for tracking progress for workouts. The user can log multiple exercises in a workout on a given day, and should also be able to track the name, type, weight, sets, reps, and duration of exercise. If the exercise is a cardio exercise, the user is able to track distance traveled.
Installation: You will need to have Node installed and then run npm install
to be able to run. To run the program locally, you can either install Nodemon or just run node server.js
. After this step, open your browser and navigate to localhost:3000
. This should display the app. To view the stats page, click on the Fitness Tracker Dashboard
on the left side of the header from the index page.
Demonstration GIF: Stats Page Image:
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
There are no tests currently. Please make sure to update tests as appropriate.
- Find me on Github!
- For further information or questions, email me at justin.d.roose@gmail.com