

The React Redux Shopping Cart project is a web application where users can browse products, add/remove items to/from their cart, update quantities, and proceed to checkout.
It uses React for building UI components and Redux for managing global state (cart items, product list, user session).
✔️ Product Listing Page – Display available products with name, price, image, description.
✔️ Add to Cart – Users can add products, stored in Redux store.
✔️ Cart Page – Displays selected products, quantity, total price.
✔️ Update Quantity – Increase or decrease item quantity.
✔️ Remove Item – Delete product from cart.
Live :- https://shop-rho-teal.vercel.app