Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 531 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 531 Bytes

Task

Shopping App

Create a two-page application.

  • The first page is a list of products. The product list consists of cards. The product card should have an image, a title, and a price. When clicking on a product card, it navigates to the product details page.

  • The product details page has an image of the product at the top, followed by the product title, price, and product description.

API to use: GET single product: https://fakestoreapi.com/products/(id)

GET list of products: https://fakestoreapi.com/products/