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.
Key tools used in this ReactJS project are:
node.js is required to get npm
.
If you would like to download the code and try it for yourself:
- Clone the repo:
git@github.com:SKempin/reactjs-tmdb-app.git
cd reactjs-tmdb-app
- Install packages:
npm install
andbower install
- Build project and launch:
gulp watch
- Open your browser at:
http://localhost:9000
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+