This repository hosts a
Instead of Create React App, I experimented with creating it in Vite. Vite provides significantly faster development server startup times.
Store Item Component: Displays individual items with options to add to and remove from cart.
Shopping Cart Component: Manages cart items, quantities, and total cost dynamically.
Responsive Design: I am working on it to ensures usability across various devices with adaptive layouts.