Skip to content

djmunish/githubClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Client

A simple app that fetches info from Github account.

Screenshots for various Screens

Demo

Features

  1. Login into GitHub account.
  2. The app displays all available repos for the account.
  3. The app displays all branches for selected repo.
  4. The app displays all pull requests for selected branch.
  5. Click on info button to fetch the last commit info in a branch.
  6. The app can post a status for selected pull request so we can see it from the Web interface as well. Only pull requests which have pending status, can not change status for already approved or rejected PR.
  7. Pull to refresh on every screen to fetch latest changes for database.
  8. Supports Dark mode too 🌙

Installing the app

1 Clone the repository.
2 Open gitTest.xcodeproj in Xcode. No Pods Required 😇
3 Install on phone or simulator.