Coder Social home page Coder Social logo

githubclient's Introduction

GitHubClient

  • GitHub client iOS application.

Features

  • Search for a public GitHub repository.
  • Display the repository overview.
  • List of issues.
  • List of Contributors.
  • List of open pull requests.

Swift Version

This project is built on XCode 10.2 and Swift 5.

Design patterns

  • The application was done according to MVVM architecture.
  • Coordinator pattern for screens navigation. More info
ℹ️ I preferred MVVM over VIPER or VIP due to the reactive nature of the search feature, and also for the the project size.

CocoaPods

No need to run pod install, libraries are already included. Here is why

  • I used RxSwift for viewModel data binding.
  • Alamofire for networking. Here is why
  • R.swift to generate Assets.
  • And XLPagerTabStrip for the UI tabs.
⚠️ I was planning to use swinject and mocking libraries, unfortunately they are not yet compatible with swift 5. So i had to do dependency injection and mocking manually.

Unit tests

  • Unit Tests are done using Quick & Nibmle libraries.
  • I used also RxNimble extention to reactive viewModels.

Test coverage

⚠️ Generated classes and views are not included in the test coverage report. Generated code with R.swift is not testable. And it's not common to test UI since its related to the application lifecycle.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.