Responsive SPA powered by Ember.js framework. The movie search engine that using TMDB API to get movie data.
- Clone this repository
$> git clone https://github.com/RusPosevkin/film-search.git
- Install dependencies
$> cd ./film-search
$> npm install
$> bower install
- Start server
$> ember serve
- Open a browser your app at http://localhost:4200.
- Showing plates with movies that contains image, title and year
- Search movies by name
- Pagination
- Full movie information in separate page
- 404 Page
- Adaptive layout
- Duplicate pagination in the bottom for devices with small screen (320 - 479 px)
- History API support
- TMDB data loading error handling. If error occurred user locate to main page.