An iOS Swifty app that lets you search GitHub user by querying their username, see their profile details & followers !!
- List available users, supports pagination.
- Show details per user.
- List all followers.
- Share user details using ActivityViewController.
- Contains UnitTest cases.
- Xcode 10, Swift 4.2
- Cocoapods
a) Open terminal
b) Run command 'git clone https://github.com/itsji10dra/GitHub.git'
c) Run 'cd GitHub'
c) Run 'pod install'
d) Run 'open GitHub.xcworkspace'
e) Select 'Simulator/Device' in Xcode, & hit command+R.
- MVVM