This is a simple Mac Catalyst project using SwiftUI and compatible with both iOS and macOS devices. This application also uses the Swift Package "SwiftPackageWordLookup" to make the API calls to fetch the word definition.
- Share the data among views using @EnvironmentObject
- Using JSONDecoder and the class model to parse the JSON into the model.
- SwiftUI
- Swift Package