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.
Added All Recipes nav link directing to the public_recipes_path even though there is the page logo directing to the public recipes, it seems more convenient to have the nav link stating.
Added a few more styles to the existing public_recipes index page styles to match the wireframe.
Updated the public recipes' each recipe details styles.
Included the sorting feature using JQuery DataTable for the table Recipe Ingredients table.
3
Public Recipes Pages Styling.
Implemented changes:
All Recipes
nav link directing to thepublic_recipes_path
even though there is the page logo directing to the public recipes, it seems more convenient to have the nav link stating.