This is a Movie Streamer Clone project which is similar to Disney, built using Next.js with TypeScript and TailwindCSS. NextAuth.js was used to secure pages server side. The data used for this project was taken by TMDB.
Landing Page that will be shown to user before logging in
Home Page with listing on trending movies and shows
Detail Page where user can see additional info on the selected movie
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
Execute create-next-app
with npm or Yarn to bootstrap the example:
npx create-next-app --example with-typescript with-typescript-app
# or
yarn create next-app --example with-typescript with-typescript-app
# or
pnpm create next-app -- --example with-typescript with-typescript-app