A mobile app that displays recipes from the Tasty API. The app should allow users to search for recipes and view details about each recipe.
Requirements
The app should allow users to search for recipes by entering a search term into a search field.
The app should display a list of recipes that match the search term.
The app should allow users to view the details of a recipe by clicking on the recipe in the list. The recipe details screen should display the recipe name, photo, rating, and ingredients. It should also display the recipe's instructions in a step-by-step format.
The app should allow users to save their favorite recipes to a "favorites" list.