Giter Club home page Giter Club logo

ios-coding-challenge's Introduction

HomeAway Coding Challenge

Help us understand how you think about building great software.

Summary

Write a type ahead against the Seat Geek API. The type ahead should update a list of results as the search query changes. Results can be tapped to view them on a details screen. On the details screen the result can be favorited. On the type ahead screen, results matching the favorites list should show a visual indication that they are favorited.

To summarize

  1. Write a type ahead against the Seat Geek API
  2. Make a detail screen so the user can drill down into a result
  3. The detail screen should allow the user to favorite the event
  4. Type ahead results should contain an indication if they had been favorited previously
  5. Favorited results should be saved between launches of the app

The two screens can look similar to these:

Search screen Details screen

Guidelines

The coding challenge will be judged on

  1. Attention to detail
  2. Architectural choices
  3. Knowledge of iOS libraries and SDKs

Please write your code in Swift. Feel free to take advantage of third-party, open source libraries.

An adequate solution might be developed within 4 - 8 hours, but please spend however much time it takes to construct a great solution.

API Information

The endpoint to use on Seat Geek is free and publicly accessible, but you will need to register for a Seat Geek account and obtain an API key to use it. Details can be found at http://platform.seatgeek.com/

You will pass in the url param of q which will correspond to the search query. For example, the below query will give a result set for the term Texas Ranger.

https://api.seatgeek.com/2/events?client_id=<your client id>&q=Texas+Ranger

Full API documentation is available at http://platform.seatgeek.com/#events

ios-coding-challenge's People

Contributors

jmoney avatar

Watchers

ba-curiotech 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.