Skip to content

HivemindTechnologies/app-coding-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published