/movie-collection

Movie Collection CRUD App built with React and Redux

Primary LanguageJavaScript

Movie Collection CRUD App

An app that let's the users to create their movie collection using React and Redux for the frontend and localStorage for the database.

Setting up

The music player requires Node.js v6.4+ to run.

After installing Node.js run:

$ yarn
// or
$ npm install

Run the app locally

$ yarn start
// or
$ npm start

Run unit tests

$ yarn test
// or
$ npm test