Ecommerce App Project

This is an ecommerce app project built using React and the FakeStore API. The app allows users to browse products, add them to a cart, and proceed to checkout.

Features

  • Browse Products: Users can view a list of available products and get detailed information about each product.
  • Add Products to Cart: Users can add products to their cart by selecting the desired quantity.
  • View Cart and Checkout: Users can view the items in their cart, update quantities, and proceed to checkout to complete the purchase.

Installation

To run this app locally, follow these steps:

Clone the repository:

git clone https://github.com/your-username/ecommerce-app.git

Navigate to the project directory:

cd ecommerce-app

Install the dependencies:

npm install

Start the development server:

npm start

Open your browser and visit http://localhost:3000 to view the app.