mohammed-saalim / netflix-clone

Implementing a netflix clone as i learn using typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Netflix-Clone

Created for the purpose of learning Next.JS

  1. npm install to install the node_modules
  2. next build to build the .next
  3. next start to run the app
  4. localhost:3000
  5. enable authentication in firebase --> firebase-> project-> authentication -> providers - > enable email
  6. change NEXT_PUBLIC_API_KEY="" in .env.local from tmdb.org

Features

Firebase-authentication Fetch API from tmdb.org for movie/series details/trailers TailwindCSS Server-Side-Rendering

#Screenshots

WhatsApp Image 2022-07-24 at 3 12 26 PM

WhatsApp Image 2022-07-24 at 3 12 56 PM

WhatsApp Image 2022-07-24 at 3 43 14 PM

WhatsApp Image 2022-07-24 at 3 45 31 PM

WhatsApp Image 2022-07-24 at 3 46 56 PM

#Demo

login.webm

About

Implementing a netflix clone as i learn using typescript

License:MIT License


Languages

Language:TypeScript 92.5%Language:CSS 5.0%Language:JavaScript 2.5%