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

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

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