An example of adding core data to a swiftui project with CRUD operations
After watching and reading several things on the topic of CoreData and Swift I could not find a concise example of how to both implament CoreData in a SwiftUI project and to perform CRUD operations on that data.
Still need to get update working.
Special thanks to @twostraws most of this code originated from hackingwithswift.com
Special thanks to @CodeWithChris as well for his CoreData YT series this sparked the idea to create this repo and setup the data to be shown.