Project Details
Shopping Cart
The Shopping Cart Project is an e-commerce site designed to let users browse products, add them to their cart, and manage their cart with ease. Built with modern web technologies like React for the frontend and Vite as the build tool, this application focuses on robust application logic rather than visual aesthetics.

Features
- Single Page Application (SPA) Principles: Implemented using React Router with a shared layout across all pages.
- API Integration: Seamless handling of API calls using the Fake Store API.
- State Management: Cart access and management across different pages using the React Context API.