Skip to content

vivin5666/react-useContext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Shopping Cart Task Using useContext() This is a smple React application that demonstrates a basic shopping cart functionality.it includes a list of products with details such as title,description,price,discount,and stock.Users can view their selected products in a shopping cart and manage the quantity of each item. Topics Used: HTML CSS JAVASCRIPT BOOTSTRAP REACT