Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shyamsundernt/day28task
Context API with Cart page
https://github.com/shyamsundernt/day28task
context-api css html5 reactjs
Last synced: 5 days ago
JSON representation
Context API with Cart page
- Host: GitHub
- URL: https://github.com/shyamsundernt/day28task
- Owner: ShyamSunderNT
- Created: 2024-05-27T13:13:30.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-29T07:54:36.000Z (9 months ago)
- Last Synced: 2024-05-29T20:34:11.152Z (9 months ago)
- Topics: context-api, css, html5, reactjs
- Language: JavaScript
- Homepage: https://contex-api-cart-page.netlify.app/
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopping Cart with Context API
This project is a simple shopping cart application built using React and Context API. It demonstrates how to manage global state for a shopping cart in a React application.# Introduction
This application showcases the use of the Context API to manage a shopping cart in a React application. The Context API allows for state to be shared and managed across multiple components without the need for prop drilling.
# Features
Add items to the cartRemove items from the cart
Total item quantities
Display total price