Skip to content

SIVAGURUSR/Fake-Store-App

Repository files navigation

Fake Store React App

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.

Features:

  • 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.

Installation:

  1. Clone the repository.
  2. Run npm install to install dependencies.
  3. Run npm start to start the development server.

Technologies Used:

  • ReactJS
  • Tailwind CSS
  • Fake Store API