/Shopping-Cart-Project-React-Redux-Toolkit-Local

A simple and functional shopping cart web application built with React for the frontend and Redux Toolkit for efficient state management. It allows users to browse products, add items to the cart, update quantities, and remove items. The global cart state is managed using Redux Toolkit with a clean and scalable structure.

Primary LanguageJavaScript

🛒 Shopping Cart with Redux Toolkit

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.

✨ Features

  • Add products to cart
  • Remove products from cart
  • Adjust product quantity
  • Calculate total price
  • Persist cart state (optional)
  • Clean and modular Redux slices

🛠 Tech Stack

  • React
  • Redux Toolkit
  • React Redux
  • (Optional) localStorage for persistence
  • Vite / CRA / Next.js (choose based on your setup)