This is a simple React application for a mini shopping cart. It allows users to view products, add them to the cart, and view the cart contents.
- View products
- Add products to the cart
- Remove products from the cart
- View total price of items in the cart
- React.js: JavaScript library for building user interfaces.
- React Context API: For managing global state such as the cart.
- React Router DOM: For handling routing and navigation within the application.
-
Clone the repository:
git clone https://github.com/CodeBstack/mini-shopping-cart.git