Skip to content

This is a Movie Streamer Clone project which is similar to Disney, built using Next.js with TypeScript and TailwindCSS.

Notifications You must be signed in to change notification settings

SenalDolage/movie-streamer-clone

Repository files navigation

Movie Streamer Clone

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.

Screenshots

Landing Page that will be shown to user before logging in

screenshot-movie-streamer-clone-vercel-app-2022-05-16-23-21-52.png

Home Page with listing on trending movies and shows

screenshot-localhost-3000-2022-05-16-23-25-18.png

Detail Page where user can see additional info on the selected movie

screenshot-localhost-3000-2022-05-16-23-26-37.png

screenshot-movie-streamer-clone-vercel-app-2022-05-16-23-50-57.png

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Starter template

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

About

This is a Movie Streamer Clone project which is similar to Disney, built using Next.js with TypeScript and TailwindCSS.

Topics

Resources

Stars

Watchers

Forks