george827 / Recipe-app

The Recipe app allows 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 allows you to make them public so anyone can access them. Built with Ruby on Rails.
MIT License
3 stars 0 forks source link

[3pt] Recipes list #32

Open george827 opened 1 year ago

george827 commented 1 year ago

Recipes list

  1. Should display a list of recipes created by the logged-in user as in the wireframe.
  2. Should lead to recipe details.
  3. If the user is the owner of the recipe, should allow the user to delete it