tomyreyes / shopping_cart

0 stars 0 forks source link

Set-up redux architecture #8

Open tomyreyes opened 3 years ago

tomyreyes commented 3 years ago

There will need to be an architecture to control the flow of data / ux in the app. Redux makes this a bit more organized. Feel free to write mock data. I would like tests for reducers for this PR.

Include shopping cart store: This will include an array of products and a total price. Items can be added or removed to the cart. Price should reflect these actions.

Acceptance Criteria Store is created for shopping cart items and price

Acceptance Criteria