Simple Shopping Cart Project by using Context Api in React JS.
For learning Context API hooks such as useContext and createContext in React JS.
live demo : https://react-cart-contextapi.netlify.app/
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.
built using react js with faker node package, context api, usecontext,usestate hooks