This is a React Project using Vite. It is an e-commerce site created to explore the Redux Toolkit.
Here is a synopsis of what the website does:
-
Implemented Redux Toolkit for universal state management across the application.
-
Developed a basic e-commerce platform using React and Redux.
-
Featured a product list with an “Add to Cart” button for each item.
-
Enabled users to view and manage items added to the cart, including removing items.
-
Utilized the useDispatch and useSelector hooks to interact with Redux, providing global data accessibility.
-
Ensured seamless state management throughout the application, enhancing user experience and scalability.