Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shyamsundernt/contaxtapitask
Context API with Cart page
https://github.com/shyamsundernt/contaxtapitask
bootstrap contextapi react usestate
Last synced: about 8 hours ago
JSON representation
Context API with Cart page
- Host: GitHub
- URL: https://github.com/shyamsundernt/contaxtapitask
- Owner: ShyamSunderNT
- Created: 2024-08-07T16:20:40.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-07T16:20:43.000Z (6 months ago)
- Last Synced: 2024-08-07T20:43:34.129Z (6 months ago)
- Topics: bootstrap, contextapi, react, usestate
- Language: JavaScript
- Homepage: https://context-api-task-day28.netlify.app/
- Size: 39.1 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
Display total price