🌐 Live site 👉 shopping-cart
Simple shopping cart application that allows users to add items to their cart.
I use the class component approach to build this application.
- Add items to the cart
- Display cart items
- Display the number of items in the cart
- Clone the repository
cd
into the project directory and runnpm install
- Voila! Now you can run
npm start
to see the application in action