Create a Recipe data class. Include the following fields:
nameingredientscooking_timedifficulty
Assign the default value "easy" to the difficulty field. You can customize the data class further if you wish.
Test run your data class by creating several recipes and share them on the forum!
