An app that let's the users to create their movie collection using React and Redux for the frontend and localStorage for the database.
The music player requires Node.js v6.4+ to run.
After installing Node.js run:
$ yarn
// or
$ npm install
$ yarn start
// or
$ npm start
$ yarn test
// or
$ npm test