How can the user create a new recipe?

The current state of the recipe app is that all the recipes must be hard coded in the JSON file, however that static feature is not user friendly. Curious if anyone come up with a way for the user of the app to add functionality for the user to Create, Update or Delete (CRUD) from the app ?

I assume u r talking about the recipe app from the foundations course.

In the database course, Chris goes through and updates the recipe with core data functionality, allowing the user to CRUD from within the app

1 Like

Thanks, I will check it out.