This is a Next.js project that implements an E-commerce product listing and shopping cart system.
Product Listing Uses the Fake Store API to get the products data Pagination system with infinite scroll with React Query Uses Axios to make the HTTP requests
Shopping Cart Add, remove and exclude from cart features Shopping Cart state is managed using the Zustand library