Skip to content

Responsive SPA powered by Ember.js framework. The movie search engine that using TMDB API to get movie data.

License

Notifications You must be signed in to change notification settings

RusPosevkin/film-search

Repository files navigation

Film-search

Responsive SPA powered by Ember.js framework. The movie search engine that using TMDB API to get movie data.

Demo

Main page

Main page

Concrete movie page

Concrete movie page

Prerequisites

How to start

  1. Clone this repository
$> git clone https://github.com/RusPosevkin/film-search.git
  1. Install dependencies
$> cd ./film-search
$> npm install
$> bower install
  1. Start server
$> ember serve
  1. Open a browser your app at http://localhost:4200.

Features

  • 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.

License

MIT

About

Responsive SPA powered by Ember.js framework. The movie search engine that using TMDB API to get movie data.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published