Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] Recipe suggestions #82

Open
whitep4nth3r opened this issue Aug 9, 2024 · 4 comments
Open

[feat] Recipe suggestions #82

whitep4nth3r opened this issue Aug 9, 2024 · 4 comments
Labels
feature New feature or request

Comments

@whitep4nth3r
Copy link
Owner

whitep4nth3r commented Aug 9, 2024

If you have a suggestion for a new recipe, please add it as a comment here.

Format:

"Recipe title (include the primary ingredient)": {
    title: "Recipe title (include the primary ingredient)",
    description: "e.g. Combine [primary ingredient] with [some hints about the secondary ingredient].",
    names: [
      "these",
      "words",
      "can",
      "come",
      "at",
      "the",
      "end",
      "of",
      "the",
      "cooked",
      "recipe",
    ],
    ingredients: {
      primary: [define primary ingredient],
      secondary: [
       [define one or more secondary ingredients]
      ],
    },
  },

In addition, please define some "flavours" for each secondary ingredient.

@whitep4nth3r whitep4nth3r added the feature New feature or request label Aug 9, 2024
@matthewbrandt
Copy link

"Mashed Avocado aka Guacamole": {
    title: "Mashed Avocado aka Guacamole",
    description: "Try adding various herbs, spices, citrus or maybe even something from the sea.",
    names: [
      "tangy",
      "zesty",
      "classic",
      "rich",
      "creamy",
      "lumpy",
      "smooth",
      "tart",
      "spicy",
      "fresh"
    ],
    ingredients: {
      primary: "avocado",
      secondary: [
       "black olive",
       "crab claw",
       "fresh coriander",
       "fresh ginger",
       "fresh green chilli",
       "fresh parsley",
       "fresh red chilli",
       "garlic bulb",
       "lemon",
       "lime",
       "lobster claw",
       "spring onions",
       "tomato",
       "watercress"
      ],
    },
  },

@ricardodevries
Copy link
Contributor

ricardodevries commented Aug 18, 2024

Please adjust where needed as this is a suggestion recipe.

"Seaside Salted Clam Chowder": {
  title: "Seaside Salted Clam Chowder",
  description: "Combine clam shells with sea salt and fresh vegetables for a hearty seaside-inspired chowder.",
  names: [
    "seaside",
    "salted",
    "clam",
    "chowder",
    "creamy",
    "savory",
    "rich",
    "comfort",
    "food",
  ],
  ingredients: {
    primary: ["clam shell"],
    secondary: [
      "sea salt",
      "potato",
      "carrot",
      "white onion",
      "celery stick",
      "fresh thyme",
    ],
  },
},

@ricardodevries
Copy link
Contributor

ricardodevries commented Aug 18, 2024

Please adjust where needed as this is a suggestion recipe.

"Seaside Grilled Fish with Herb Infusion": {
  title: "Seaside Grilled Fish with Herb Infusion",
  description: "Grill the fresh catch over driftwood, seasoned with sea salt and infused with fresh herbs for a taste of the ocean.",
  names: [
    "seaside",
    "grilled",
    "fish",
    "herb",
    "infusion",
    "smoky",
    "savory",
    "ocean",
    "flavors",
  ],
  ingredients: {
    primary: ["driftwood"],
    secondary: [
      "sea salt",
      "fresh rosemary",
      "fresh thyme",
      "lemon",
      "black pepper",
    ],
  },
},

@ricardodevries
Copy link
Contributor

ricardodevries commented Aug 18, 2024

Please adjust where needed as this is a suggestion recipe.

"Herb Roasted Root Vegetables": {
  title: "Herb Roasted Root Vegetables",
  description: "Roast earthy root vegetables with a blend of fresh herbs and garlic for a hearty and aromatic dish.",
  names: [
    "herb",
    "roasted",
    "root",
    "vegetables",
    "earthy",
    "aromatic",
    "savory",
    "crispy",
    "hearty",
  ],
  ingredients: {
    primary: ["carrot"],
    secondary: [
      "parsnip",
      "fresh rosemary",
      "fresh thyme",
      "garlic bulb",
      "black pepper",
    ],
  },
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants