Skip to content

Instantly share code, notes, and snippets.

View yshamass9's full-sized avatar

Youssef Shamass yshamass9

View GitHub Profile
@yshamass9
yshamass9 / description.md
Created December 10, 2025 10:09
Flutter: Live coding challenge

Story

  1. As a user, I want to view a list of Choco products, including their names, descriptions, and prices.
  2. [bonus task] As a user, I want to be able to view product details and images by selecting a product from the list.

API

curl --location 'https://8o70y.wiremockapi.cloud/api/v1/products'

Instructions