This is a simple SwiftUI iOS App that allows users to create, edit, and delete a list of words (along with description and example sentences) and uses SwiftData for local persistent storage
- SwiftUI
- SwiftData
- XCode
- Create a new word in the Add Word View, where you can add a description and an example sentence for a word
- Tap on a word in the Word List View to edit it and save the changes
- Drag a word on the list to the left to delete the word entirely
