https://github.com/being-devahmad/shoppingcart-using-context-api
This is a shopping cart by ReactJS using Context API as state management
https://github.com/being-devahmad/shoppingcart-using-context-api
Last synced: 8 months ago
JSON representation
This is a shopping cart by ReactJS using Context API as state management
- Host: GitHub
- URL: https://github.com/being-devahmad/shoppingcart-using-context-api
- Owner: being-devahmad
- Created: 2023-12-28T10:37:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T10:43:41.000Z (over 2 years ago)
- Last Synced: 2025-03-31T22:37:55.002Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shoppingCart using mern stack
This repository showcases a React application that leverages the following key features:
# Data Fetching:
Utilizes the Fetch API to dynamically retrieve product data from an external API.
# State Management:
Implements state management using the useContext hook to efficiently handle application-wide data.
# Shopping Cart Functionality:
Enables users to effortlessly add and remove items from their shopping cart, enhancing the interactive shopping experience.
# Detailed Product View:
Provides a seamless user experience by allowing users to view detailed information for individual products directly from the products page.
# backend is yet to be added