/moviesearch

React 0.14 app using themoviedb.org API and Material Design

Primary LanguageJavaScript

http://mmoviesearch.herokuapp.com (heroku dyno may take a while to start)

preview

Movie search using the https://www.themoviedb.org api and Material Design.

Built to test out a few recent things in the react ecosystem (functional components, router v1, shallow renderer)

Uses a signals library instead of a flux implementation to aid with communicating between components.

Note: Material Design Lite Usage

This project uses http://www.getmdl.io for the Material Design styles.

I recommend looking at this issue before deciding to use in a CommonJS project: google/material-design-lite#833.

At the time of writing, the main JavaScript file is constructed to be loaded using a <script> tag and the current workaround detailed in the github issue can cause pain when unit testing react components.