Skip to content

React-redux + Firebase application to browse, search and save favorite movies

License

Notifications You must be signed in to change notification settings

leonlogli/moviehood

Repository files navigation

Movie app made with React, Redux and Firebase that allowes to:

  • Browse, filter and search for millions of movies (using TMDB API);
  • View movie details, cast and official trailer;
  • Keep track of your favourite movies
  • Infinite srcoll base on the optimized IntersectionObserver api

Live Demo

Alt text

Tech Stack

This project uses a number of open source projects to work properly:

  • React.js — core library
  • Redux, React Redux - State management
  • Sass, — an extension of CSS, adding nested rules, variables, mixins, selector inheritance, and more
  • Firebase - Google's Backend-as-a-Service platform
  • Bootstrap, React-Bootstrap - The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

Getting Started

Before you run this project, make sure to get your own env API keys by creating Firebase project and TMDB account. Then rename env.example to .env after setting api keys.

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Other screenshots

Alt text

Alt text

Alt text

Alt text

License

This source code is licensed under the Apache License, version 2.0.


Author: Léon Komi Logli