This is a repository for a FullStack Netflix Clone tutorial using React, NextJS, TailwindCSS & Prisma.
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
Features:
- Environment, Typescript, NextJS Setup
- MongoDB & Prisma connect, Database creation
- Authentication with NextAuth, Google & Github Login
- Full responsiveness on all pages
- Cookie based authentication
- API and Controllers creation
- Detail-oriented effects and animations using TailwindCSS
- React SWR data fetching
- Zustand state management
Node version 14.x
git clone https://github.com/imtiyaj786/Netflix-Clone.git
npm i
DATABASE_URL=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GITHUB_ID=
GITHUB_SECRET=
NEXTAUTH_JWT_SECRET=
NEXTAUTH_SECRET=
npm run dev
:men: Imtiyaj Alam
-
Contributions, issues, and feature requests are welcome!
-
Feel free to check the [issues page] https://github.com/imtiyaj786/Netflix-Clone/issues .
Give a ⭐ if you like this project!
- [Live Demo] https://Netflix-Clone-imtiyaj786.vercel.app/
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.