Giter Club home page Giter Club logo

test-ios's Introduction

iOS-Test

Objective

We would like to have you complete the following code test so we can evaluate your iOS skills. Please fork this repository and when you finish, create a Pull Request.

Your assignment is to create a simple Reddit client that shows the top 50 entries from Reddit

What to do

Create a specific iOS App containing two screens:

  1. First screen: use Reddit API to list the top 50 entries
  • Show: Title, author, thumbnail, number of comments, entry date (following a format like “x hours ago”)
  1. Second screen: details of selected entry from the list
  • Feel free to show anything you want about the entry

Guidelines

To do this please follow these guidelines:

- Assume the latest platform and use Swift
- Use MVVM pattern
- Use Coordinator pattern
- Use UITableView / UICollectionView to arrange the data
- Use cocoapods as dependency manager 
- Support all iPhone screen sizes
- Use Storyboards/Xibs
- Create unit tests
- Add Pull to Refresh on the list
- Add Pagination support on the list
- Create your own UI

Resources

- [Reddit API](http://www.reddit.com/dev/api)

Time Spent

We will evaluate the code and time spent

- You need to fully complete the test
- Do not spend more than 8 hours
- Make commits as often as possible
- Do not make only one commit

Submission Process

  1. Fork this repository (do not clone!)
  2. Work on YOUR fork
  3. Send a Pull Request using Github interface

Good luck! :)

test-ios's People

Contributors

lsaganski avatar fgallo avatar

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.