Steps Demo App:
- Get TMDB Api Key /settings / API / Request an API Key / Developer / Website and fill the fields
- Create React App
- Setup firebase hosting
npm i -g firebase-tools - Get all the movies
- Build the rows
- Build the banner
- Build the Nav Bar
- Add trailer popups
npm install react-youtubenpm install movie-trailer - Deploy App to Firebase
firebase loginfirebase init/Y/allow - Hosting: Configure and deploy Firebase Hosting sites
- Use an existing project
- Select a default Firebase project for this directory
- build
- Configure as a single-page app: y
- npm run build
- firebase deploy