Notice Inputting your name or nickname into the above search bar is NOT gathered or distributed in any way . The name/nickname inputted is stored in a cookie on the active computer. If the cookie is present on the active computer you will not get prompted to re-enter your name or nickname until the cookie expires on the active computer (currently the expiration time is 30 days). If you wish to change your name/nickname after you have chosen it before the expiration date just clear the cookies on your browser and refresh the page. Hide Notice Show Notice
Get a list of all movies currently playing in theatres around the country with some useful movie details as well.
Search any movie within the IMDb database to interesting facts about the movie, including an overview, budget, release date, revenue and runtimes.
Backed by IMDb dynamic popularity attribute users can take a look at the days most popular movies on IMDb. Each day this list changes.
| Movie Title | Release Date | Overview |
|---|---|---|
| {{result.title}} | {{result.release_date | date : 'MMMM d, yyyy'}} | {{result.overview}} |

This entire application is powered by The Movie DB API. This component has allowed me to put together a well-rounded component to help show off some of my skills as a developer by providing exceptional documentation and a first class experience usage experience. I would recommend The Movie DB to all developers of any skill level to check out their products in the future.
To create this application the major two components were Angular 1.5 (1.5.8 to be exact) as well as the REST API from The Movie DB that I mentioned above. Within Angular 1.5 I the ng module as well as $http to accomplish all of the application features. Combining angular with jQuery helped create a well-rounded and dynamic application based on common user interactions.
For responsive design I use Boostrap 3.3.2 as well as Media Queries for optimal application layouts on all sized devices. Coupled with an external CSS file for element styles throughout the application.