Skip to content

Latest commit

Β 

History

History
35 lines (24 loc) Β· 1.04 KB

Readme.md

File metadata and controls

35 lines (24 loc) Β· 1.04 KB

GitMax

An app that lets you search for Github users and look at who has starred their repositories and current repositories.

Preview:

mockup

Architecture: Climb

Features

  • ListUsers
    • List users of GitHub
  • InsideUser
    • Show details of each user like stars, forks and etc.
  • InsideRepo
    • Show details about a repo, with contributors and commits made
Dependencies

Install

Develop

iOS

  1. Clone project
  2. $ pod install
  3. Open your Xcode, choose a simulator, click in run or use cmd + R
  4. Have fun