Skip to content

t3hfx/testapp

 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 27.3%
  • Objective-C 24.3%
  • Ruby 21.4%
  • TypeScript 9.7%
  • JavaScript 8.7%
  • Objective-C++ 8.6%