Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.46 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.46 KB

Simple Shopping Cart App / React + Vite + ReduxToolkit

Welcome to the Simple Shopping Cart App! This web application is built using React, Vite, and Redux Toolkit, and it allows users to add products to a shopping cart, view and manage the cart contents, and calculate the total price.

🔗 Link

https://isuruwebdev-redux-shopping-cart.netlify.app/

Features

  • Add products to the cart.
  • Remove products from the cart.
  • View and update product quantities in the cart.
  • Calculate and display the total price.
  • Clear the cart.
  • Responsive design for various screen sizes.

Getting Started

Prerequisites

Before you begin, ensure you have the following installed on your system:

  • Node.js (recommended version)
  • npm (usually included with Node.js)

Deployment

To deploy this project run

  git clone https://github.com/isuruwebdev/redux-shopping-cart.git
  npm i
  npm run dev

Color Reference

Hex
#352F44 #352F44
#5C5470 #5C5470
#B9B4C7 #B9B4C7
#eeeeee #eeeeee

Feedback

If you have any feedback, please reach out to me at [email protected]