Next.js app Netflix Clone allows you to view videos, also like or dislike them, and the viewed videos are displayed in a separate subsection.
First you will see the authorization page where you can login using the magic link. To log into the app you will need to enter your email.
After logging in, you will be taken to the main page of the app with various video sections.
Each card is clickable. By clicking on the card, you would be able to see more information about the video, watch it and also having the ability to like or dislike.
You can also go back to home and watch other video you like. All the videos you watch will be displayed in the Watch it again section, and the videos you liked will be saved in the My List.
This app is completely responsive and supporting desktop, tablet and mobile.
https://discover-videos-helenbassa.vercel.app/
Next.js - The React Framework for the Web
Framer Motion - Framer Motion animation library. A production-ready motion library for React.
Youtube API - Add YouTube functionality to your sites and apps.
Magic Link - Magic is a developer SDK that integrates with your application to enable passwordless Web3 onboarding (no seed phrases) and authentication using magic links (similar to Slack and Medium).
Hasura - The Hasura GraphQL Engine makes your data instantly accessible over a GraphQL API, so you can build and ship modern, performant apps and APIs 10x faster..
JWT - JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties. JWT.IO allows you to decode, verify and generate JWT.
Vercel - Vercel is the platform for frontend developers, providing the speed and reliability innovators need to create at the moment of inspiration
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file.
API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js
.
The pages/api
directory is mapped to /api/*
. Files in this directory are treated as API routes instead of React pages.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
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.