This is a simple e-commerce application built with React, using the Fake Store API to display products and manage a shopping cart.
- Fetch products from the Fake Store API
- Add products to the cart
- View the cart in a modal
- Remove items from the cart
- Responsive design using Tailwind CSS
- Clone the repository
- Install dependencies:
npm install - Run the application:
npm run dev
- React
- Tailwind CSS
- Vite