Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.24 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.24 KB

NRL Top Players App

This is an iOS app displays the top player stats for NRL matches.

App Preview

Screenshot

Architecture Pattern

Model–view–viewmodel (MVVM)

Dependency Manager - CocoaPod

Libraries used

  1. SwiftLint - A tool to enforce Swift style and conventions, loosely based on GitHub's Swift Style Guide

  2. Nuke - Nuke provides a simple and efficient way to download and display images in your app.

Instruction

  1. Clone the project
  2. Open terminal and cd Xcode project folder location.
  3. Run below command in terminal
  4. pod install Make sure to install latest (1.7.2) Cocoapods in machine before running this command.
  5. Open NRLTopPlayers.xcworkspace file in Xcode10.2 or later version
  6. Build and Run the application!

Compatibility

Supported Xcode version - 10.2 and later

Swift version - Swift 5.0

Minimum iOS deployment target - 12.0

Device : Universal App

Unit Test - NRLTopPlayersTests (XCTest)

====================================================================