Han Chang


Dueling Movies

Screenshot of Dueling Movies

http://www.duelingmovies.com

Dueling Movies pulls information from Amazon Web Services using REST to display the DVD covers of the movies featured. I grabbed the top ten grossing movies each year for the last decade among other data from the Internet Movie Database (IMDB).

The web application uses a model-view-controller (MVC) architecture and performs "lazy evaluation". Most of the links point to a controller that fetches the information only when the user requests it by clicking, instead of preloading the link tag with the information beforehand.