Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 382 Bytes

File metadata and controls

11 lines (6 loc) · 382 Bytes

Architecture

The application utilizes the CleanSwift architectural pattern, with the code organized into layers of business logic, network logic, UI, and Clean modules.

Description

The solution includes pagination, asynchronous data loading using async/await, error handling, and support for dynamic text size.

Used API