This is a demo for Device data
- Created Application with Xcode 13.x
- Application built in Swift 5.x
- Open DeviceApp.xcodeproj file with Xcode Editor
Currently, the app greets the user with a list of Device data.
- Created local json file to use data sourse.
- Populating a list of Device items within the main View Controller in a list.
- Search device titles.
- Tapping an device will open a secondary screen with the details.
- MVVM architecture used.
- 1 Unit test for data parsing.