RecipeListItem
Composable function for displaying a list item for a Recipe object. It provides an option for clicking on the Recipe object.
Parameters
recipe
The Recipe object to display.
onRecipeClick
The function to be invoked when the Recipe object is clicked.