This web app allows users to create recipes and log what ingredients they have in their fridge right now.
The app can then filter recipes showing you what recipes you can make with your current ingredients. You can also click on recipes and see what ingredients you have/lack in order to make the recipe. Whenever a recipe is logged, the ingredients are automatically removed from stored ingredients.
Backend REST API is done. I need to find a service(Most likely AWS), to deploy it.