Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.07 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.07 KB

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.