Skip to content

This project uses React, Tailwind CSS, and Redux Toolkit to build a shopping cart with features like adding products, updating quantities, and dynamic price calculation.

Notifications You must be signed in to change notification settings

marleyDip/React-Ecomerce-Product-Cart-ReduxJs-Toolkit-Tailwind-CSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.