π 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
cdinto the project directory and runnpm install- Voila! Now you can run
npm startto see the application in action
