Allows users to create a shopping list. Users can add items to the list and delete item when finished.
This app is is deployed through Heroku. Its utilzes Node, Express, Mongo and Mongoose for the back end and databases. The front is html, Javascript and css.
https://young-gorge-65687.herokuapp.com/
run -- npm install
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.