Skip to content

MVP

Closed Oct 16, 2022 96% complete

The minimum viable product for the EZ Recipes app.

From https://github.com/Gear61/Software-Project-Ideas/blob/main/Low%20Effort%20Recipes%20Finder.md

  • Some sort of splash page with the logo, app name, maybe an explanation of the app, and a "Find Me A Recipe!" button
  • When the user clicks the button, make an API call to fetch a random low-effort recipe. Sho…

The minimum viable product for the EZ Recipes app.

From https://github.com/Gear61/Software-Project-Ideas/blob/main/Low%20Effort%20Recipes%20Finder.md

  • Some sort of splash page with the logo, app name, maybe an explanation of the app, and a "Find Me A Recipe!" button
  • When the user clicks the button, make an API call to fetch a random low-effort recipe. Show the recipe in a full-page detail view once it has been fetched
  • The detail view should contain the following
    • A picture of at least the finished dish
    • The recipe, as a series of steps
    • 1 or more videos (if applicable)
    • Rating (if applicable)
  • Here's my definition of low effort. Feel free to tweak it, but I don't recommend straying too far.
    • Uses 5 or fewer ingredients
    • Only uses common ingredients like chicken, potatoes, onions, and carrots. We want these recipes to be dishes people can put together with ingredients laying around the kitchen
    • 1 hour or less of cook time
    • Can make 3 or more servings
  • A "Show me another recipe!" button on the recipe detail page
Loading