A simple shopping cart implementation built with React that demonstrates basic cart functionality.
- Clone the repository:
git clone https://github.com/ishashanknigam/Shopping-Cart.git
- Navigate into the project directory:
cd Shopping-Cart - Install the dependencies:
npm install
To start the development server, run:
npm start