Giter VIP home page Giter VIP logo

mobile-take-home's Introduction

Guestlogix Take Home Test - Mobile

At Guestlogix we feel that putting developers on the spot with advanced algorithmic puzzles doesn’t exactly highlight one’s true skillset. The intention of this assessment is to see how you approach and tackle a problem in the real world, not quivering in front of a whiteboard.

What is the test?

You will be building a mobile application that displays a list of Rick and Morty episodes. If the user taps on an episode another list should appear showing the characters in that episode split into dead or alive (you're free to decide how to implement this split) and displayed in the order in which they were created. If the user taps on a character then a screen showing the character's picture and information should appear.

For bonus points (not mandatory) you can add functionality to kill a character (the way to kill a character is completely up to you, a swipe, a button, etc). If a character dies then everything should update accordingly.

User Stories

  • The first thing a user should see is a list of episodes.
  • If the user taps into an episode the app has to display a list of characters with a clear distinction between dead and alive characters
  • If the user taps into a character the app has to display that character's information and picture
  • Bonus functionality: The user should have the ability to kill a character and if a character gets kill the character lists should update accordingly

Evaluation criteria

Your submission will be evaluated on the following aspects

  • Completeness
  • Correct application of SOLID principles
  • Efficiency
  • Correct application of architectural patterns (we suggest MVC, but if you want to use a different one make sure it is readable and applied correctly)
  • Code readability and expressiveness
  • If there is a problem, the app fails gracefully
  • While we favour functionality over UI/UX your submission should be easy to use (from a user's perspective)
  • Your solution has to compile

Requirements

The application may be done in Java or Swift (No Kotlin, no Obj-C). Otherwise, you have complete freedom in terms of how you implement the solution, as long as all user requirements are met.

Note however, that no third party libraries may be used. You can use any native tools available to you from the platform, but no open sourced, or third party libraries.

Project's API

https://rickandmortyapi.com/

Submitting

  1. Fork this repository and work on the challenge.
  2. Run through it one last time to make sure it works!
  3. Send an email with a link to your forked repository to indicate that you have completed the challenge.

Questions

If you have any questions during the challenge feel free to email [email protected] Whether it be a question about the requirements, submitting, anything, just send the email!

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.