Test For Assessment , Recipe Project
This project code is under NET 8.0
Recipe project Below are the details for the project should please complete.
The project uses the API provided by The Meal DB ( [www.themealdb.com](http://www.themealdb.com/api/json/v1/1/categories.php http://www.themealdb.com/api/json/v1/1/categories.php)).
List the recipes in the specified category. These can be obtained from [www.themealdb.com/api/json/v1/1/filter.php?c=Seafood](http://www.themealdb.com/api/json/v1/1/filter.php?c=Seafood http://www.themealdb.com/api/json/v1/1/filter.php?c=Seafood). The following should be displayed in the list: The recipe name (strMeal) The recipe image (strMealThumb) The user can tap a recipe which will take them to its detail page. This can be obtained from [www.themealdb.com/api/json/v1/1/lookup.php?i=52772](http://www.themealdb.com/api/json/v1/1/lookup.php?i=52772 http://www.themealdb.com/api/json/v1/1/lookup.php?i=52772). The following should be displayed Name (strMeal) Image (strMealThumb) Instructions (strInstructions) The list of categories can be obtained from [www.themealdb.com/api/json/v1/1/categories.php](http://www.themealdb.com/api/json/v1/1/categories.php http://www.themealdb.com/api/json/v1/1/categories.php)
In this evaluation, we will be focusing on assessing the candidates' software design, implementation, and testing skills. Our primary emphasis will be on evaluating the quality of the underlying coding structure, the effectiveness of the implementation, and the thoroughness of the testing process. The entire solution does not need to be unit tested. Please note that we will not be evaluating based on the aesthetics or visual appeal of the user interface.