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

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

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.