Skip to content

A Netflix-inspired project built with React.js and Tailwind CSS, featuring Gemini AI recommendations, Firebase for user authentication and database management, and a personalized movie recommendation system

Notifications You must be signed in to change notification settings

Tushar-go/NetflixGPT

Repository files navigation

logo

NetflixGPT

An AI-powered Netflix movie recommendation website using Gemini

Features -

  • Authentication(Firebase - Login/Sign Up):

    • Sign In /Sign up Form
    • Redirect to Browse Page
  • Browse (after authentication)

    • Header
    • Main Movie:
      • Trailer in Background
      • Title & Description
      • MovieSuggestions
      • MovieLists * N
  • NetflixGPT (using Gemini)

    • Search Bar
    • Movie Suggestions
  • Fully Responsive

Built with -

  • React JS
  • Redux Toolkit
  • React Router v6
  • Tailwind-Css
  • Firebase
  • Gemini API

Personal Features

  • Added Gemini API instead of openapi
  • Added Movie Details Page and implemented custom hook to fetch it
  • Fixed Scrolling Movielist
  • Added React Icons for Better UI
  • Fixed Responsiveness

Step By Step Implementation

  • Create React App
  • Configured TailwindCSS
  • Header
  • Routing of App
  • Login Form
  • Sign up Form
  • Form Validation
  • useRef Hook
  • Firebase Setup
  • Create SignUp User Account
  • Implement Sign In user Api
  • Created Redux Store with userSlice
  • Implemented Sign out
  • Update Profile
  • BugFix: Sign up user displayName and profile picture update
  • BugFix: if the user is not logged in Redirect /browse to Login Page and vice-versa
  • Unsubscibed to the onAuthStateChanged callback
  • Add hardcoded values to the constants file
  • Regiter TMDB API & create an app & get access token
  • Get Data from TMDB now playing movies list API
  • Custom Hook for Now Playing Movies
  • Create movieSlice
  • Update Store with movies Data
  • Planning for MainContauiner & secondary container
  • Fetch Data for Trailer Video
  • Update Store with Trailer Video Data
  • Embedded the Yotube video and make it autoplay and mute
  • Tailwind Classes to make Main Container look awesome
  • Build Secondary Component
  • Build Movie List
  • build Movie Card
  • TMDB Image CDN URL
  • Made the Browsre page amazing with Tailwind CSS
  • usePopularMovies Custom hook
  • GPT Search Page
  • GPT Search Bar
  • (BONUS) Multi-language Feature in our App
  • Get Gemini Api Key
  • Gpt Search API Call
  • fetched gptMoviesSuggestions from TMDB
  • created gptSlice added data
  • Resused Movie List component to make movie suggestion container
  • Memoization
  • Added .env file
  • Adding .env file to gitignore
  • Made our Site Responsive

About

A Netflix-inspired project built with React.js and Tailwind CSS, featuring Gemini AI recommendations, Firebase for user authentication and database management, and a personalized movie recommendation system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published