Skip to content

Instantly share code, notes, and snippets.

@rayets123
Last active October 29, 2021 07:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rayets123/c64dba5e6a6b70813c775a48ebc1966a to your computer and use it in GitHub Desktop.
Save rayets123/c64dba5e6a6b70813c775a48ebc1966a to your computer and use it in GitHub Desktop.

Frontend Developer Tech Task

We need to create an app to review movies from The Movie Database API.

Requirements:

  • Use The Movie Database API(DOCS), we want to see your work with real data.
  • On the Homepage, we should see a list of popular movies. There should be pagination or infinite scroll.
  • When the user clicks on a movie card in the list, we go to the page where we will see detailed information about the movie.

Bonus tasks

  • Add search field in the header, when user type text here we should see the list of matched movies below fields(autocomplete).
  • On page with default information about movie put the list of related movies.
  • Add sorting to all movies lists.
  • State manager on your choose.

Important

  • You may use any libraries you want.
  • Pay close attention to how your application look, beautiful UI for us is very important because we create interfaces for humans.
  • You may use any library of ready to use components.
  • Use modern JS.
  • Deploy your work on gh-pages or Heroku, or Zeit etc.
  • Add the short instruction to your project, how to run code etc. Always remember that your code will use someone else.

What we pay attention to?

  • Did you follow our requirements?
  • Clean, readable code one of the most important things!
  • Do you follow best practices?
  • UI/UX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment