Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 2.55 KB

README.md

File metadata and controls

47 lines (35 loc) · 2.55 KB

Hivemind App Coding Challenge

Welcome to the App Coding Challenge!

In this challenge you should create a simple app that allows to search movies on TMDB.

Requirements

Search Screen

  • The search screen should have a textfield and a search button.
  • A list of search results should be displayed below the field and button.
  • When the user stops typing, the search results should update automatically.
  • You don't have to implement pagination. Just show the first page of the search results.
  • Bonus: Implement a clear-button inside the textfield.

Detail Screen

  • Tapping on a search result should show the details in another screen.
  • It should show: title, description, poster

Hints

Happy Hacking!