Skip to content

Instantly share code, notes, and snippets.

@mariozig
Created November 14, 2023 04:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mariozig/d5864c520bad935e22fce799c202e979 to your computer and use it in GitHub Desktop.
Save mariozig/d5864c520bad935e22fce799c202e979 to your computer and use it in GitHub Desktop.
Question 2: Build an app to list coffee drinks and display a detail page for each
// 2 - Build an app to list coffee drinks and display a detail page for each
// API: https://api.sampleapis.com/coffee/hot
// Flow:
// - App launch
// - Land on index screen with listing (fetched from API above).
// - Tap on coffee, launch detail screen
// - Show detail screen with image, title, ingredients, description
// - Back button
//
//
//
//
//
//
// Extras:
// How to show thumbs in listing?
// How to allow user to create new coffees?
// Add section for iced drinks (nav) https://api.sampleapis.com/coffee/iced
// How to filter list on ingredients?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment