This is a simple react shopping cart example made using React js 18, this project is perfect for beginners who want to practice react js fundamentals like react js props, react-router v6, and react js hooks.

The user can add products to the cart, view the items in the cart, update quantity, and delete items from cart.

the How to use :

 

Extract the folder then open the project using the command line and run the commands:

npm install to install all the packages 

npm start to start the server

 

Demo: