pabloelizalde / L1ndaTest

L1ndaTest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

L1ndaTest

This app is an assignment done for a code test for L1nda. All the information about the asignment can be found in here.

Requirements

To run the app you will need:

  • Xcode 8
  • iOS 10.3

How to run the code

  1. Clone the repository:
$ git clone https://github.com/Suitsupply/Vandura.git
  1. Go to the main folder.
  2. Run pod install. If you do not have Cocoapods install, go here.
  3. Open the .xcworkspace that has been generated with Xcode.
  4. Run the app!

Libraries used

  • Unbox: used to decode the JSON.
  • SwiftLint: a tool to enforce Swift style and conventions.
  • RxSwift: reactive programming for communications between controllers and view model. And data binding.
  • Reusable: used to facilite the reuse of cell in a collection view.
  • Nimble and Quick: testing framework.

Unit test

For unit testing Quick and Nimble frameworks have been used. I have created unit test till the code coverage was above 80%

Improvements

  • Create a network call to retreive the calendar data.
  • Improve binding between view properties and data.
  • Increment unit test to full cover the code.
  • Create style sheet.
  • Include Danger to automate taks.

About

L1ndaTest


Languages

Language:Swift 98.1%Language:Ruby 1.9%