E-commerce Shopping Store
This is a client-side e-commerce application built using React, where users can browse products, filter them, view product details, and manage a shopping cart. It includes client-side pagination for product navigation and uses Zustand for state management. All product data is stored locally in a products.js file, so there is no backend or API fetching in this project.