https://github.com/anithakumarak/day28
React useContext API
https://github.com/anithakumarak/day28
context-api react react-router usestate
Last synced: 2 months ago
JSON representation
React useContext API
- Host: GitHub
- URL: https://github.com/anithakumarak/day28
- Owner: AnithaKumarAk
- Created: 2024-06-05T17:47:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T17:49:04.000Z (about 2 years ago)
- Last Synced: 2025-08-17T13:27:22.998Z (10 months ago)
- Topics: context-api, react, react-router, usestate
- Language: JavaScript
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React useContext Task
-Create a cart page with per item price , per item quantity,Total quantity and total amount.
-It can increase or decrease the per unit quantity.
-It can automatically update the total Quantity and Amount.
-Code - ContextAPI
-We able to remove the cart by Remove button.