PoCTodoAppSwiftUI

This is a demo project, built following iOS Accademy video course on YouTube.
The main goal of this project is to learn how to use SwiftUI framework. The original course uses Firebase database meanwhile in this PoC is used Realm database

SwiftUI

SwiftUI is a user interface toolkit that lets us design apps in a declarative way. That’s a fancy way of saying that we tell SwiftUI how we want our user interface to look and work, and it figures out how to make that happen as the user interacts with it. Hacking with Swift.