/movie-app

Primary LanguageJavaScriptMIT LicenseMIT

TMDb Movie Search

License

TMDb Movie Search is a responsive ReactJS app that utilises Twitter's typeahead.js and Bloodhound suggestion engine, loading data via The Movie Database (TMDb) API.

Demo

TMDb Movie Search - Live DEMO

Tools

Key tools used in this ReactJS project are:

Installation

node.js is required to get npm.

If you would like to download the code and try it for yourself:

  1. Clone the repo: git@github.com:SKempin/reactjs-tmdb-app.git
  2. cd reactjs-tmdb-app
  3. Install packages: npm install and bower install
  4. Build project and launch: gulp watch
  5. Open your browser at: http://localhost:9000

Browser Support

This project makes usage of the Fetch API, utilising a polyfill for older browsers.

  • Chrome 42+
  • Firefox 39+
  • Safari 10+ (with polyfill)
  • Internet Explorer 11+ (with polyfill)
  • Edge 14+

Author

Stephen Kempin

License

MIT