This is a simple Shopping Cart application built with React and Redux Toolkit. It demonstrates the use of Redux Toolkit for efficient and scalable state management in a modern web application.
- Add products to cart
- Remove products from cart
- Adjust product quantity
- Calculate total price
- Persist cart state (optional)
- Clean and modular Redux slices
- React
- Redux Toolkit
- React Redux
- (Optional) localStorage for persistence
- Vite / CRA / Next.js (choose based on your setup)