altontonn / Recipe-app

The Recipe app keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe. Also, since sharing recipes is an important part of cooking the app should allow you to make them

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[2pt] Recipes list

altontonn opened this issue · comments

Recipes list:

  • Should display a list of recipes created by the logged-in user as in the wireframe.

  • Should lead to recipe details.

  • If the user is the owner of the recipe, should allow the user to delete it.