Skip to content

This is a clone Hulu web responsive design interface using Next.js, React.js and Tailwindcss

License

Notifications You must be signed in to change notification settings

smarqueslopez/react-hulu-clone

Repository files navigation

react-hulu-clone

Overview

This is a Next.js project using React.js for building user interfaces and Tailwindcss for styling it.

All movie information is obtain from https://www.themoviedb.org/ public development API.

This project is deployed at https://react-hulu-clone-nine.vercel.app/

Screenshot1.png

Navbar animated buttons

AnimatedNav.gif

Filter animated buttons

AnimatedMenu.gif

Animated cards

AnimatedCard.gif

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

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

Greetings

See the tutorial from Sonny Sangha (Clever Programmer) at this link.