Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 291 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 291 Bytes

clothing shop project

  • Save products in Redux
  • Use redux-persis to memorize selected products
  • Show the selected products on the Checkout page
  • By decreasing or increasing the products, the total amount is decreased or increased at the moment using redux.
  • Use reselect
  • ...