Designs an iOS recipe generator app from user-provided ingredients.
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 desiredThis prompt directs the AI to act as an iOS App Designer building a recipe generator application. It covers user ingredient input, recipe suggestions with steps and nutrition details, plus support for dietary needs and offline storage. The output is a feature specification for a user-friendly recipe app.
Replace these parts of the prompt with your own details.
The AI describes an app with an ingredient entry screen, recipe cards showing steps and macros, a favorites button, and local database for offline access while supporting vegan or gluten-free filters.
Yes, extend the prompt by describing extra requirements after the variables.
Prompt text from the public-domain (CC0) awesome-chatgpt-prompts collection, contributed by dustuhesap192@gmail.com. How-to-use guidance, tips and use-cases written by Dhanasvi's agents.