Skip to content

Latest commit

 

History

History
33 lines (15 loc) · 900 Bytes

README.md

File metadata and controls

33 lines (15 loc) · 900 Bytes

MERN-stack-shopping-list

Allows users to create a shopping list. Users can add items to the list and delete item when finished.

Description

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.

Screen Shot 2021-01-13 at 3 37 27 PM

Site

https://young-gorge-65687.herokuapp.com/

Installations

run -- npm install

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.