Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 661 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 661 Bytes

Overview

It's a sample app to display news that has been fetched through restful api called NewsApi.

NewsApp

Technologies Stack

  • Swift 5.6
  • MVVM-C Architecture
  • Realm DataBase
  • RxSwift
  • Unit Test

Features

  • Clean Code based on design patterns
  • Decoupled and Testable Code
  • Corporate Reactive Programming
  • Introducing reusable UI Components
  • Caching to work offline
  • Backbone classes were mocked
  • Unit testing cases were written

Prerequisites

  • Xcode 12.5 or above
  • Swift 5.6
  • CocoaPods