over-geek/Recipe-app

[2.5pt] Create the form to add foods to a Recipe - Team Member 2

Opened this issue · 0 comments

  • If the user is the owner of the recipe, should display the Add Ingredient button to lead to the form that allows the user to add new food.

  • The application should display the form: Add ingredient to the recipe to the logged-in user, which can save the recipe's ingredients in the database. This form must have the following fields:

    • Select an ingredient
    • Quantity (required)
  • Add authorization rules if necessary

  • Customize the layout by adding CSS styles