- iOS app that tracks your followers and who you follow on Github using Github REST API
- Extending project from Sean Allen's Take Home Project course
https://docs.github.com/en/rest/guides/getting-started-with-the-rest-api
- Swift
- UIKit
- RESTful API
- MVC Architecture
- UICollectionView -> Pagination
- UITableView
- UserDefaults
- UITabBarController
- Created a project with a 100% Progammatic UI
- Implemented reusable custom views like UIButton, UITextField, and UIAlert
- Refactored network calls using new Async/Await feature
- Adding search functionality to search Github users
- Show list of projects and project descriptions for Github user