Case Study
This platform is designed to make your shopping experience easier and more enjoyable.

This platform displays all the information related to the product. You can select the quantity of orders and add them to your shopping cart, built using React.
- Image Activation with useRef: Utilize the useRef hook to activate the display of each selected product image.
- Redux for Cart Modal State: Create a variable using Redux to manage the visibility of the cart modal.
- Redux for Order Quantity: Establish a variable in Redux to track and display the quantity of items added to the cart.
- Method for Removing Products: Implement a method in Redux to remove products from the cart, effectively resetting the quantity to zero.
- Dark/Light Mode with Redux and Tailwind CSS: Implement dark and light mode functionality using Redux for state management and Tailwind CSS for styling.






