Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 384 Bytes

File metadata and controls

21 lines (13 loc) · 384 Bytes

VIPER Architecture - SwiftUI

This is Recipe list application. I have used a public API for network calls and fetched recipe data.

Architecture concepts used here

  • VIPER Architecture.
  • Dependancy Injection.
  • SOLID Principles.
  • Network call using async/await.

Requirements

  • Xcode 16.2 Swift 5.5+

Dependencies

  • None.

Supports

  • iPhone Devices. Portrait Mode.