erturkemre / e-commerce

https://e-commerce-sigma-sand.vercel.app
0 stars 0 forks source link

T14: Add Product to shopping cart #14

Open erturkemre opened 9 months ago

erturkemre commented 9 months ago

ShoppingCart reducer

 ```js   
    cart: [
        {  count: 1, checked: true, product: { id: “1235”, … }  },
        {  count: 3, checked: true, product: { id: “1236”, … }  },
    ]
```
erturkemre commented 9 months ago

will be task