Skip to content

GitHubBot is an app to search for GitHub users and get info about them. You can also save users in favorite list

Notifications You must be signed in to change notification settings

mhmdatallaa/GitHubBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHubBot

Based on GitHub API, GitHubBot is an app to search for GitHub users and get info about them. You can save users in favorite list using UserDefaults. The app is done completely programmatically with UIKit without any storyboards or xib files.

87202985-820dcb80-c2b6-11ea-9f56-7ec461c497c3

App Features :

User can :

  • Get the followers of GitHub user by entering the user's GitHub username.
  • search within these followers for a specific follower.
  • Adding, remove users to and from favorites list.
  • See some user's info like: number of followers, gitsts, repositories & following
  • See user's GitHub profile & GitHub followers.

App implementation :

  • 100% programmatic UI - No Storyboard
  • No 3rd Party Libraries
  • Worked with :
    • UITabBarController & UINavigationController
    • UICollectionView (FlowLayout & Diffable Data Source) & UITableView
    • Search Functionality
    • ARC, Memory Leaks, and Capture Lists [weak self]
    • Network Call and Downloading & Caching Images
    • Pagination - Getting the Next 100 Followers
    • Persistance useing UserDefaults()
    • Debugging techniques like: Symbolic break points

App Preview :

. <--------->

\

                                                     *~The End~*

About

GitHubBot is an app to search for GitHub users and get info about them. You can also save users in favorite list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages