We’re going to build a Flask app using the Spoonacular API. Your app should take in the user’s preference for what type of recipes they are interested in and return a list of recipes based on their request.
While exploring the Spoonacular documentation you will realize that there are hundreds of thousands of recipes that you can filter through. You can search and filter through these recipes by query, and/or by ingredients, and/or by nutrients, giving you many different options for building this app. Here are some possible app ideas that you can create using the Spoonacular API:
Create an app that allows users to find recipes based on their food preference and set a limit for how long it should take to prepare and cook the recipe in their search
Create a diet preference app that takes the users query for food and allows them to select from recipes that fall under a particular diet, ex: vegetarian, gluten-free, paleo
Create an app that allows users to find recipes based on the limits they set for macronutrients (calories, proteins, fats, and carbs) and/or micronutrients