Movie App

No Nonsense Movie Application

Created By Shaun Enriquez

Insert your name or press enter to begin using the application!

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

Movie Theatre Image

Welcome to the No Nonsense Movie Application!

Created by Shaun Enriquez Powered by TMDb

Now Playing

Get a list of all movies currently playing in theatres around the country with some useful movie details as well.

Movie Search

Search any movie within the IMDb database to interesting facts about the movie, including an overview, budget, release date, revenue and runtimes.

Most Popular

Backed by IMDb dynamic popularity attribute users can take a look at the days most popular movies on IMDb. Each day this list changes.

Movies Now Playing

Click on the button below to look at the movies currently playing in the U.S. according to IMDB. Listed below are the movies currently playing in the U.S. according to IMDB.
{{ movie.title }}
Overview
{{ movie.overview }}

Release Date
{{ movie.release_date | date : 'MMMM d, yyyy' }}

Popularity
{{ movie.popularity }}

Genres
{{ GetMovieGenreNameById(genre) }}
{{ movie.vote_count }} TMDb users voted and averaged a {{ movie.vote_average | number : 1 }} movie rating

Movie Search

Input a movie or keyword search to get a movie details.

Select one of the movies below to get more details

{{movieSearchResults.length}} results Top 20 results
Movie Title Release Date Overview
{{result.title}} {{result.release_date | date : 'MMMM d, yyyy'}} {{result.overview}}
Sorry there were no results found for '{{movieSearchLastInput}}'.


{{detailedMovieInfo.title}}

'{{detailedMovieInfo.tagline}}'

Overview
{{detailedMovieInfo.overview}}

Information
Belongs to Collection
{{ detailedMovieInfo.belongs_to_collection == null ? 'No' : 'Yes'}}
Budget
{{detailedMovieInfo.budget | currency:undefined:0}}
Original Title
{{detailedMovieInfo.original_title}}
Release Date
{{detailedMovieInfo.release_date | date:'longDate' }}
Revenue
{{detailedMovieInfo.revenue | currency:undefined:0}}
Runtime
{{detailedMovieInfo.runtime}} minutes
Status
{{detailedMovieInfo.status}}
Video
{{detailedMovieInfo.video}}
Production Companies
{{company.name}}
Genres
{{genre.name}}
Offical Website
{{detailedMovieInfo.title}} Website No offical {{detailedMovieInfo.title}} website provided :(

About the Application

The Movie DB Logo

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.

What Technologies
Were Used?

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.

TMDb Notice: "This product uses the TMDb API but is not endorsed or certified by TMDb." TMDb Website

Sorry we seem to be having problems on our end right now. Please try again later or send me an email detailing the problem.