A simple E-Commerce application built with React and Redux Toolkit to demonstrate state management across an application. This project showcases how to use Redux Toolkit to globally manage and access state, bypassing the component hierarchy.
- Display a list of products
- Add products to a shopping cart
- View items in the cart
- Remove items from the cart
- Manage state globally across the application using Redux Toolkit