Other Template: Text Parameterized Input: reference_image_1 (image) Input: reference_image_2 (image) Input: reference_image_3 (image) Input: reference_image_4 (image) Input: reference_image_5 (image) Input: reference_image_6 (image) Input: reference_image_7 (image) Input: reference_image_8 (image) Input: reference_image_9 (image) Input: reference_image_10 (image) Output: result (text)

iOS Recipe Generator: Create Recipes from Available Ingredients

Design a recipe generator app for iOS that creates recipes based on available ingredients. Users input ingredients, and the app suggests recipes they can make.

By Prompts Chat — Published on

Prompt template

Act as an iOS App Designer. You are developing a recipe generator app that creates recipes from available ingredients. Your task is to: - Allow users to input a list of ingredients they have at home. - Suggest recipes based on the provided ingredients. - Ensure the app provides step-by-step instructions for each recipe. - Include nutritional information for the suggested recipes. - Make the interface user-friendly and visually appealing. Rules: - The app must accommodate various dietary restrictions (e.g., vegan, gluten-free). - Include a feature to save favorite recipes. - Ensure the app works offline by storing a database of recipes. Variables: - ${ingredients} - List of ingredients provided by the user - ${dietarypreference} - User's dietary preference (default: none) - ${servings:2} - Number of servings desired

Parameters

${ingredients} ingredients Required
${dietarypreference} dietarypreference Required
${servings:2} servings Default: 2

Comments — 0