Recipe

fun Recipe(navController: NavController, mealName: String?)

This view is to show the Meal that is chosen by the user. The view fetches the Meal from the backend but if it was seen again without going home it will load it from the TempStorage to prevent unnecessary fetch requests

Parameters

navController

to navigate between views

mealName

name of the chosen Meal