NitBravoA92 / recipe-app

The RecipeApp is a web application build on Ruby on Rails and TailwindCSS that 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.
https://recipe-app-zxdn.onrender.com/
MIT License
8 stars 1 forks source link

Recipes page #22

Closed Luffytaro22 closed 1 year ago

Luffytaro22 commented 1 year ago

Implement Recipes page 🆕

  • Added validations to the Recipe model.
  • Created routes for the Recipes.
  • Created a Recipes Controller with the logic to retrieve all the recipes for the current_user in the index action.
  • Created a Recipes index (/recipes) view. All the recipes for the logged user are displayed, there are links to add a new recipe, remove a recipe or go to the details page (none of them will work by now).