Watchlist is a React.js demo, which communicates with the TMDB API to search for movies and sync your watchlist.
- Sign up for TMDB (https://www.themoviedb.org/) and verify your account
- Install dependencies with
npm install
- Install Flummox dependencies by going to
node_modules/flummox
and runningnpm install
- Run webpack with
npm start
from the project root - Go to
http://localhost:3000
The roadmap has been merged with Issues. If you'd like to contribute, please put a comment in the Issue, say that you're working on it, and submit a Pull Request when you're done. We'll love you for it, etc.