Skip to content

Movies and TV Series Searching App in React JS and Material UI 🔥

Notifications You must be signed in to change notification settings

manishnakar/movieDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MovieDB

Lets Create a Movies and TV Series App in React JS and Material UI with full responsive fuctionality. We will use https://www.themoviedb.org API for backend.

Try the demo at https://moviedb.firebaseapp.com.

Stack

  • Create React App
  • React Router
  • redux-toolkit
  • Firebase SDK with OAuth authentication
  • Lazy loading
  • Google analytics
  • Social Login

#TODO react-query for caching react toast react content loader react filepond for file upload react select - react-select.com/home React Hook Form splitbee.io

Deploying to Firebase

Prerequisites:

Configure this app with your project-specific details:

// .firebaserc
{
  "projects": {
    "default": "your-project-id"
  }
}
// src/firebase/config.js
export const firebaseConfig = {
  apiKey: "your api key",
  authDomain: "your-project-id.firebaseapp.com",
  databaseURL: "https://your-project-id.firebaseio.com",
  storageBucket: "your-project-id.appspot.com",
};

Install firebase-tools:

$ npm install -g firebase-tools

Build and deploy the app:

$ npm run build
$ firebase login
$ firebase use default
$ firebase deploy

About

Movies and TV Series Searching App in React JS and Material UI 🔥

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published