An open API service indexing awesome lists of open source software.

https://github.com/Ajith312/Task-Shopping-Cart

This is a simple shopping cart application built using React. It allows users to view products, add them to a cart, adjust quantities, and remove items from the cart. The cart totals are automatically updated based on the products and their quantities.
https://github.com/Ajith312/Task-Shopping-Cart

bootstrap css javascript reactjs

Last synced: 12 months ago
JSON representation

This is a simple shopping cart application built using React. It allows users to view products, add them to a cart, adjust quantities, and remove items from the cart. The cart totals are automatically updated based on the products and their quantities.

Awesome Lists containing this project

README

          

# Shopping Cart Application :shopping_cart:
## Overview :medal_military:

This is a simple shopping cart application built using React. It allows users to view products, add them to a cart, adjust quantities, and remove items from the cart. The cart totals are automatically updated based on the products and their quantities.

## Features :rainbow:

- **View Products**: Display a list of products with their details.
- **Add to Cart**: Add products to the cart.
- **Update Quantities**: Increase or decrease the quantity of items in the cart.
- **Remove Items**: Remove items from the cart.
- **Calculate Totals**: Display the subtotal and total cost of items in the cart.

## Technologies Used :desktop_computer:

- **React**: JavaScript library for building user interfaces.
- **React Router**: For handling routing and navigation.
- **Bootstrap & CSS**: For styling the components.

## Context API :large_orange_diamond:
- **MyContext**: Provides global state for cart products, quantities, and total calculation.