• Stars
    star
    101
  • Rank 338,166 (Top 7 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

React-redux + Firebase application to browse on movie database

Alt text

Movie-Browser-App

https://api-cinema-10d15.firebaseapp.com

It's a nice app for movie browsing developed by me in order to practice the use of redux-saga and Firebase (Realtime Database). Used:

  • create-react-app;
  • bootstrap + reactstrap;
  • redux-saga;

For tests: react-testing-library

Application allowes:

  • to filter and search for movie database (using TMDB API);
  • to view movie details;
  • create User Account to build own watch lists.

Alt text

P.S. If you want to clone and launch this project, pay attention that src/config.js has to contain your own created API keys.