nss-evening-cohort-12 / pants-sweat-pants

pants-sweat-pants created by GitHub Classroom
1 stars 4 forks source link

Make shopping cart and total stick #58

Closed petestewart closed 4 years ago

petestewart commented 4 years ago

User Story

When I add items to my shopping cart, the total should accurately display as I click through different pages. The cart should keep track of my order and be visible throughout the site also.

AC

WHEN the user has items in their cart THEN the total in the nav bar should accurately display the correct amount, regardless of what page they are on AND the shopping cart button should display the user's correct order as well

Dev Notes