# Frontend Developer Tech Task We need to create an app to review movies from [The Movie Database API](https://www.themoviedb.org/). ## Requirements: - Use [The Movie Database API](https://www.themoviedb.org/)([DOCS](https://developers.themoviedb.org/3)), 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