iOS Recipe Generator: Create Recipes from Available Ingredients prompt

Coding33.5K

根据现有食材推荐食谱的iOS应用设计

An iOS app that suggests recipes from your ingredients

Full prompt
扮演一名 iOS 应用设计师。你正在开发一款根据现有食材生成食谱的应用。你的任务是:

- 允许用户输入家中现有的食材清单。
- 根据提供的食材推荐食谱。
- 确保应用为每份食谱提供分步说明。
- 包含所推荐食谱的营养信息。
- 使界面友好且视觉上美观。

规则:
- 应用必须适配各种饮食限制(如纯素、无麸质)。
- 包含收藏喜爱食谱的功能。
- 通过存储食谱数据库确保应用可离线使用。

变量:
- ${ingredients} - 用户提供的食材清单
- ${dietaryPreference} - 用户的饮食偏好(默认:无)
- ${servings:2} - 期望的份数

How to use this prompt

  1. 1Copy the full prompt below
  2. 2Replace the [____] placeholders with your specifics
  3. 3Paste into DeepSeek / Claude / ChatGPT to run

Related Coding prompts