Build: Notes List
A simple notes app screen that saves and loads notes using SwiftData, Apple's modern persistence framework.
Target UI
------------------------- | Notes List | ------------------------- | + Add Note | |-----------------------| | - Note 1 | | - Note 2 | | - Note 3 | -------------------------
Use SwiftData to save and load notes persistently.
Display a list of notes with their text.
Add a button to add a new note with default text.
Notes should be saved automatically and persist after app restart.