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.
Note: In this project I have been solo and I did it alone after being allowed by the microverse support team dear reviewer
In this; I implemented the following
You should follow the layout of the wireframes provided. You should personalize the rest of the design including colors,
typographies, spacings, etc.
Login page and registration page:
Should be built with Devise.
Recipes list:
Should display a list of recipes created by the logged-in user as in the wireframe.
Should lead to recipe details.
Public recipe list:
Should display a list of all public recipes ordered by newest as in the wireframe.
Should lead to recipe details.
f the user is the owner of the recipe, should allow the user to delete it.
Recipe details:
Should display a toggle button that allows for a recipe to be made public or private.
If the recipe is public or the user is the owner of the recipe, should display the recipe details as in the wireframe.
If the user is the owner of the recipe, should lead to the form that allows the user to add new food.
Make sure there are no N+1 queries happening.
Create a navigation menu that allows users to open all of the pages you created.
Recipe rails App
Summary:
Note: In this project I have been solo and I did it alone after being allowed by the microverse support team dear reviewer In this; I implemented the following