Movies catalog uses several projects to work properly:
- Node.js - JavaScript runtime built on Chrome's V8 JavaScript engine
- React - Javascript library for building user interfaces
- Redux - Predictable state container for JavaScript apps
- themoviedb - The Movie Database API
https://github.com/paratagas/movies-catalog
- Download and extract the latest version of Movies catalog
- Install the dependencies and devDependencies:
$ cd movies-catalog
$ npm install
$ npm start
After that your web application is available at:
MIT