/react-shopping-cart

Shopping Cart for the web

Primary LanguageJavaScript

Shopping Cart

React web application with functionality to add/remove products to a cart and compute the total amount due. Built with React and Redux Toolkit.

Project Setup

Clone the repository.

git clone https://github.com/AllanMwirigi/react-shopping-cart.git

Install dependencies

npm install

Running the app

In the project directory, run:
npm start

Building the app

In the project directory, run:
npm run build\