Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1000 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 1000 Bytes

GF - Github Followers

This project a mobile application where you can search to see the followers of any Github user.

  • After searching for a user, you can see the user's followers and go to the detail page of any selected follower.
  • You can add multiple users to your favourites.
Simulator.Screen.Recording.-.iPhone.11.Pro.Max.-.2022-04-30.at.01.42.50.mp4

Installation

Clone the project

git clone https://github.com/cemnisan/GF-GithubFollowers
cd GF-GithubFollowers
open GithubFollowers.xcworkspace

Tech Stack

- Swift 5+
- Programmatically UI without Storyboards
- Reusable UI components
- MVVM Architectural Pattern
- Async - await for Concurrency
- Generic Network Layer
- Generic User Defaults 

Acknowledgments

This project is inspired by Sean Allen's course. Improvements have been made in the current project.