Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.18 KB

File metadata and controls

24 lines (15 loc) · 1.18 KB

iOS-Developer-Test-SwiftUI-MVVM-SOLID-Clean-Architecture

Loading Data With Async/Await Networking         Products Fetched Successfully From DataSource

  • Use MVVM Architecture.

  • Async/Await model for Networking.

  • Navigation is done with Routers.

  • Use “SOLID” Principles and design pattern.

  • Create an simple app with 2 screens (ProductList and ProductDetails).

  • Use Clean Code Architecture with 4 layers (Application, Data, Domain & Presentation).