Followers App

Brief Overview:

An app that shows a list of followers of an user. Details about a single user can be seen on tap of any row in the list. You can also see
an user’s profile on an external browser on tap of Profile button available on detail screen.

Built With:

Clean architecture + MVVM as presentation layer approach benefits us in managing and organising the business logic due to separation of concern and its adherence to SOLID principles.

  • Native Usage:

    • XIB
    • Storyboard
    • Auto Layout and Size Classes via storyboard
    • NSCache
    • URLSession
    • Programmatic UI for custom components and constraints
    • SafariServices
    • XCTest
    • XCUITest
  • Third Party:

    • PromiseKit included via Cocaopods

Screen Shots

Potrait Mode

Screenshot 2022-08-08 at 5 02 53 PM Screenshot 2022-08-08 at 5 02 53 PM Screenshot 2022-08-08 at 5 02 53 PM

Landscape Mode

Screenshot 2022-08-08 at 5 07 55 PM Screenshot 2022-08-08 at 5 07 55 PM

Architecture Diagram

Architecture

Class Diagrams

The link below provides accesss to class diagrams of modules and test cases.

Class Diagrams

Test Cases

An overview of test cases covered

Coverage

WIP

Working on including Coordinator pattern for navigation.

  • Branch:
    feature/coordinator_for_navigation

GitHub

View Github