https://github.com/mauricechouam/workout-tracker
Web Application Allowing user to view create and track his daily workouts .User should be able to track the name, type, weight, sets, reps, and duration of exercise.
https://github.com/mauricechouam/workout-tracker
bootstrap4 crud css3 mongodb nosql object-document-mapper
Last synced: about 2 months ago
JSON representation
Web Application Allowing user to view create and track his daily workouts .User should be able to track the name, type, weight, sets, reps, and duration of exercise.
- Host: GitHub
- URL: https://github.com/mauricechouam/workout-tracker
- Owner: mauricechouam
- Created: 2020-07-29T04:28:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T10:36:38.000Z (over 3 years ago)
- Last Synced: 2025-03-13T10:36:14.307Z (about 1 year ago)
- Topics: bootstrap4, crud, css3, mongodb, nosql, object-document-mapper
- Language: JavaScript
- Homepage: https://workoutracker-maurice.herokuapp.com
- Size: 2.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Workout-Tracker
Web Application Allowing user to view create and track his daily workouts .User should be able to track the name, type, weight, sets, reps, and duration of exercise.
[](https://github.com/mauricechouam/Workout-Tracker)

## Table of contents ##
* [User Story](#User-Story)
* [Technologies used to create app](#technologies-used)
* [Acceptance Criteria](#Acceptance-Criteria)
* [Useful resources](#Useful-resources)
* [Screenshots](#screenshots)
* [Author](#Author)
## 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.
## Technologie Used
1. Frontend technologies
* HTML
* CSS
* Bootstrap
* Javascript
* jQuery
2. Backend technologies
* Node.js
* MongoDB ( mLab)
* Express
* Heroku (Deployment )
## Acceptance Criteria
When the user loads the page, they should be given the option to create a new workout, or continue with their last workout.
The user should be able to:
* Add exercises to a previous workout plan.
* Add new exercises to a new workout plan.
* View multiple the combined weight of multiple exercises on the `stats` page.
## Useful resources
* [NoSQL](https://en.wikipedia.org/wiki/NoSQL)
* [MongoDB Website](https://www.mongodb.com/)
* [Robo 3T Website](https://robomongo.org/download)
* [MongoJS Documentation](https://www.npmjs.com/package/mongojs)
* [Mongoose Documentation](http://mongoosejs.com/docs/guide.html)
* [MongoDB for your Heroku NodeJS app](https://www.youtube.com/watch?v=GDqtv1eGGpA)
## Screenshots
### Tracker Page
### New Exercise page

### Dashboard page

## Author
* Application Built from Scratch by
[mauricechouam](https://github.com/mauricechouam)