abdullah-asghar-khan / Recipe-App

This is a versatile recipe app developed with Ruby on Rails that not only allows users to browse a wide selection of recipes but also enables them to add new recipes and ingredients. The app includes a budget feature that shows the estimated cost of each recipe based on the ingredients used, making it easy for users.
4 stars 1 forks source link

Recipe details #14

Closed abdullah-asghar-khan closed 1 year ago

abdullah-asghar-khan commented 1 year ago
  1. Should display a list of all public recipes ordered by newest as in the wireframe.

  2. Should lead to recipe details.

  1. If the recipe is public or the user is the owner of the recipe, should display the recipe details as in the wireframe.

  2. If the user is the owner of the recipe, should lead to the form that allows the user to add new food.