Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.26 KB

File metadata and controls

39 lines (30 loc) · 1.26 KB

Responsive E-commerce Product Cart

Description

Responsive E-commerce Product Cart using React JS, Tailwind CSS, and Redux-Toolkit

image image image

Features

  • Add product to cart.
  • Update, delete, total price, quantity, & clear cart.
  • Responsive design for mobile and desktop views.
  • Live Preview

Installation

  1. Clone the repository:
    git clone https://github.com/marleyDip/React-Ecomerce-Product-Cart-ReduxJs-Toolkit-Tailwind-CSS.git
  2. Navigate to the project directory:
    cd React-Ecomerce-Product-Cart-ReduxJs-Toolkit-Tailwind-CSS
  3. Install the dependencies using pnpm:
    pnpm install

Usage

  1. Start the application:
    pnpm start
  2. Open your browser and navigate to http://localhost:5173.