Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paudeldipesh/react-context-shopmate

This React App uses the Context API to manage the state of a shopping cart with 6 products. Users can add and remove products from the cart from both the home page and the cart page. The app uses the useContext hook to consume the context and render the products and cart items in the UI.
https://github.com/paudeldipesh/react-context-shopmate

Last synced: about 2 months ago
JSON representation

This React App uses the Context API to manage the state of a shopping cart with 6 products. Users can add and remove products from the cart from both the home page and the cart page. The app uses the useContext hook to consume the context and render the products and cart items in the UI.

Awesome Lists containing this project