Skip to content

Harikrish58/CartPage---ContextAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecommerce Cart Page Sample (React Context API)

This project demonstrates a sample ecommerce cart page implemented using React and the Context API for state management.

Features

  • Cart Management:
    • Add and remove items from the cart.
    • Increment and decrement item quantities.
  • Real-time Calculations:
    • Dynamically calculate and display the total quantity and total price of items in the cart.
    • Display subtotal for each item.
  • Empty Cart Handling:
    • Displays a message when the cart is empty.
  • Responsive Layout:
    • Uses Bootstrap for a responsive and clean user interface.
  • Context API:
    • Uses React's Context API for efficient state management across the cart page

About

This is the Ecommerce Cart Page Sample (React Context API)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors