From the course: Complete Guide to SwiftUI

Unlock this course with a free trial

Join today to access over 24,600 courses taught by industry experts.

Introducing the capstone project

Introducing the capstone project

From the course: Complete Guide to SwiftUI

Introducing the capstone project

- [Instructor] We are at the end of the course, and this is the capstone project of the course. Consider the capstone the super challenge of the course, allowing you to build your own Swift UI app. We've looked at the ordering side of the restaurant business. Now let's get back to the kitchen. We'll make a recipe file app to produce the pizzas and some prep items for the pizzas. There are two major parts, the recipes and ingredients to use in the recipes. I'll be providing you with some data for each, but you will set this up to add and edit your own data. I'll provide you with the models and you make the app from there. Though, if you want to get really involved, make your own model. Of course, this will take a lot longer to complete. Use my model so you can concentrate on Swift UI and not a lot of backend problems. In real life, this is a common occurrence to write code for someone else's model, so it's good practice. You have four paths. Start from scratch without my model and…

Contents