Movie Catalog Project. Implemented with React, state management based on Redux and Firebase integration, deployed with Circle CI.
- firebase setup
- movie catalog UI
- adaptive layout for mobile devices
- TMDb api for movie list
- state management based on Redux
- local storage
yarn install
to start development server run:
yarn start
to run unit tests execute:
yarn test
- create production build:
yarn build
- deploy to firebase:
yarn deploy