React Simple Shopping Cart Project using Context API

Simple Shopping Cart Project by using Context Api in React JS.
For learning Context API hooks such as useContext and createContext in React JS.

detailes

Product Data is getting by using npm @faker-js/faker, Product datas such as image,price,name is shown in a simple card, with functionalities like product add to cart and remove from cart. total items and total price is shown in cart page.


Screenshots

built using react js with faker node package, context api, usecontext,usestate hooks