This project is a React-based application that fetches products from the Fake Store API. Users can add products to the cart, view cart contents in a modal, and remove items from the cart.
- Fetch products from Fake Store API.
- Responsive design using Tailwind CSS.
- Add and remove items from the cart.
- Cart state managed globally using React hooks.
- Responsive layout for desktop and mobile devices.
- Clone the repository.
- Run
npm install
to install dependencies. - Run
npm start
to start the development server.
- ReactJS
- Tailwind CSS
- Fake Store API