clap-grace-shopper / grace-shopper-1

MIT License
0 stars 0 forks source link

Edit cart #35

Closed garg-priyanka closed 4 years ago

larkinds commented 5 years ago

State: add a cart

Local storage: Set a key (items), and then the value would be an array of objects (which would be the data about the cakes, and be the thing that goes into state)

larkinds commented 5 years ago

Rewrite cart & checkout components to get data from state instead of localStorage