Back to projects
Icon for project "Github Followers"

Github Followers

1

MobileiOS Developer

GitHub Followers is an iOS app that lets you search any GitHub user and explore their followers. It's a deep dive into UIKit done the hard (and instructive) way — the entire interface is built programmatically, with no storyboards.

The project covers real-world iOS fundamentals: networking against the GitHub API, pagination, image caching, diffable data sources and custom layouts, all written in Swift.

Highlights

  • 100% programmatic UIKit — no storyboards
  • Live data from the GitHub API with pagination and image caching
  • Demonstrates diffable data sources and custom layouts in Swift

Tech stack

  • Swift
  • UIKit
  • iOS