1- fetch data from this end point
2- list these products in prodcuts page
3- each product has add to cart button , image , prod title
4- while adding to cart redirect to cart page
5- list products added to cart with quantity and price
6- increase or decrease quantity and reflect it to price
7-if user purchase cart alert that cart purchased
8- u can remove element form cart after adding
9- button in cart continue shopping return to products page
10 if user added same product in product cart page more than one it increase quantity in cart not add it as new item