An application that tracks resistance and cardio workouts. Users can create a workout and add more exercises as they please. When the workout is complete the total weight/distance and duration of workout is calculated and the information is represented in charts.
This is a full-stack web application that uses MongoDB
, Mongoose
, Node.js
, Express
.
- Open terminal and run
git clone https://github.com/baileymclem/fitness-tracker
- Run
npm i
to intall dependencies npm start
- Nagivate to
localhost:3000
in browser
Contributions are welcomed!
Email: Baileymclem@gmail.com
Github: Baileymclem