ShrawanLakhe / reactjs-tmdb-app

ReactJS responsive app to search 'The Movie Database' (TMDb)

Home Page:http://skempin.github.io/reactjs-tmdb-app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TMDb Movie Search

TMDb Movie Search is a responsive ReactJS app that utilises Twitter's typeahead.js and [Bloodhound] (https://github.com/twitter/typeahead.js/blob/master/doc/bloodhound.md) suggestion engine, loading data via [The Movie Database (TMDb) API] (https://www.themoviedb.org/documentation/api).

Demo

[TMDb Movie Search - Live DEMO] (https://skempin.github.io/reactjs-tmdb-app/)

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] (http://www.stephenkempin.co.uk)

License

MIT

About

ReactJS responsive app to search 'The Movie Database' (TMDb)

http://skempin.github.io/reactjs-tmdb-app/


Languages

Language:JavaScript 56.0%Language:CSS 26.0%Language:HTML 18.0%