Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 645 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 645 Bytes

Giphy (Clean MVVM architecture + Unit Test)

Sample iOS project implementated clean layered architecture with MVVM

Layers

  • Domain Layer = Entities + Use Cases + Repositories Interfaces
  • Data Repositories Layer = Repositories Implementations + API (Network)
  • Presentation Layer (MVVM) = ViewModels + Views

Concepts Covered