Skip to content

calvinfreese/Workout-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workout-Tracker

Table of Contents

Description

Use this app to add, track, and complete exercises. Exercises are stored in a mongoDB database. Upon adding and completing one or more workouts for a day, the main page is updated with statistics of completed workouts. Check out the dashboard page to see workouts completed over time.

Live Site

Installation

Technologies Used

Steps

    • Start by entering the following in your terminal: Git clone https://github.com/whackingMUFN/Workout-Tracker.git
    • Change directory to Workout-Tracker and enter npm install into your terminal. This will install all package dependencies.
    • Add node_modules to .gitignore.
    • Enter npm run seed in terminal.
    • Start the application by running npm start

Screenshots

Workout-Tracker

Tour

Home

Home

Add

Add Workout

Dashboard

Dashboard

Credits

This assignment was provided by Trilogy Education Services. Front-end code was provided by Trilogy Education Services. Back-end Code was developed based on in class activities and lectures, MDN Reference Documents for JavaScript syntax, JSHint for JavaScript validation, mongoose.js and MongoDB for reference documentation and examples, and various other online resources.

License

License MIT © 2020 Calvin Freese

About

Use this app to add, track, and complete exercises. Exercises are stored in a mongoDB database. Upon adding and completing one or more workouts for a day, the main page is updated with statistics of completed workouts. Check out the dashboard page to see workouts completed over time.

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors