E-Commerce-Frontend

E-commerce Website(MedDoor)

This project is a fully functional e-commerce website frontend built using React. It features dynamic product listing pages, a shopping cart with context-based state management, and a responsive, user-friendly interface.

Features

Technologies Used

React: JavaScript library for building user interfaces.

CSS: Styling for responsive and visually appealing design.

Context API: State management across the application.

Installation

Clone the repository:

  git clone https://github.com/b0tAbhinav/E-Commerce-Frontend.git

Navigate to the project directory

  cd E-Commerce-Frontend

Install dependencies

  npm install

Start the development server

  npm start

Usage

1. Navigate to the product listing pages to browse items.
2. Add items to the cart by clicking the Add to Cart button.
3. View the cart to see added items, update quantities, or remove items.
4. Check the total amount in the cart before proceeding to checkout.