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.
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).