Skip to content

Netflix cloned by the help of NextJS, NextAuth, Prisma, PostgreSQL, TailwindCSS

Notifications You must be signed in to change notification settings

sayinmehmet47/netflix-clone

Repository files navigation

Netflix Clone Project

  • This project has been developed to create a clone of Netflix Official Website.
  • Users can signin,signout with google,github and mail adress.
  • After logging in to the page, the users can see the movies by categories.
  • To store the authenticated users, I used PostgreSQL
  • Browse route is protected.So you have to signIn to see it
  • User can authenticate with google,email and github by the help of NextAuth providers
  • Carousel also clickable, then open a modal to show details of movie
  • Jest is used to test some components

Technologies Used

  • NextJS
  • Prisma
  • Tailwind CSS
  • NextAuth
  • TypeScript
  • PostgreSQL
  • Heroku
  • Jest

For fetching movie data

  • moviedb used for fetching movies data according to categories

MainPage

image

SignIn

image

Browse

image

Modal

image

Footer and Categories

image