/powtoon-test

Primary LanguageJavaScript


Home Assignment - Movies

TASK 1

Convert UI of movie list to boxes showing the movie posters (Netflix style). Change onClick UI to show movie details in a modal. No specific styling is required, this is your chance to show-off your CSS skills.

powtoon1

Done! ✅

TASK 2

Implement the sorting options on the “Sort” pull-down menu.

powtoon2

Done! ✅

TASK 3

Replace movie mock data with real data coming from the API of TMDB (The Movie DataBase).
Use their “now playing” endpoint (find the API documentation on the TMDB website). Please load the first 3 pages of movies from the API when the application starts.

Done! ✅

TASK 4

Implement “infinite-scroll”, so more movies are added to the list as the user scrolls down.

powtoon3

Done! ✅

Conclusion

After completing your assignments, please push your work to your GitHub/Bitbucket project and send us a link to your GitHub repo.

Done! ✅