Skip to content

A fitness application to view, create, and track daily workouts.

License

Notifications You must be signed in to change notification settings

micheqn3/workout-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT

Workout Tracker

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

Link to deployed application

https://workout-tracker-micheqn3.herokuapp.com/

Installing locally

  1. Make sure you have Node.js to run the application
  2. Clone this repo

HTTPS: https://github.com/micheqn3/workout-tracker.git
SSH: git@github.com:micheqn3/workout-tracker.git

  1. Install the NPM packages

npm install

  1. Run the application in command line

node server.js

  1. View the application in the browser as it is hosted locally

http://localhost:3000/

Technologies/Languages used:

  • JavaScript
  • Node.js
  • MongoDB
  • Express
  • Mongoose
  • Morgan
  • Nodemon

Screenshots of pages

Home Page Add Exercise
Home page Add an exercise
Workout Stats
Workout stats

License License: MIT

MIT

Releases

No releases published

Packages

No packages published