https://github.com/shyamsundernt/contaxtapitask
Context API with Cart page
https://github.com/shyamsundernt/contaxtapitask
bootstrap contextapi react usestate
Last synced: 24 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T16:20:43.000Z (almost 2 years ago)
- Last Synced: 2025-02-06T00:06:34.619Z (over 1 year 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 cart
Remove items from the cart
Display total price