This repository contains a workout tracker that allows the user to:
- Add exercises to the most recent workout plan
- Add new exercises to a new workout plan
- View the combined weight of multiple exercises from the past seven workouts on the stats page
- View the total duration of each workout from the past seven workouts on the stats page
https://workout-tracker-micheqn3.herokuapp.com/
- Make sure you have Node.js to run the application
- Clone this repo
HTTPS:
https://github.com/micheqn3/workout-tracker.git
SSH:[email protected]:micheqn3/workout-tracker.git
- Install the NPM packages
npm install
- Run the application in command line
node server.js
- View the application in the browser as it is hosted locally
http://localhost:3000/
- JavaScript
- Node.js
- MongoDB
- Express
- Mongoose
- Morgan
- Nodemon
Home Page | Add Exercise |
---|---|
Workout Stats |
---|
MIT