Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 787 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 787 Bytes

Hulu Clone with NextJS

screenshot image

This project is a simplified front end clone of Hulu. It was created with NextJS. It uses The MovieDB Api to search for movies and display details.

Tools used

  • TailwindCSS
  • Next Image

Runing Project Locally

  • Install dependencies: run npm install in root project
  • Get API key from here
  • Create .env file in root project and add: API_KEY=YOUR_API_KEY_HERE
  • Run project: npm run dev

User Stories

  • User can see detail film
  • User can filter film
  • The webpage adapts to any screen size.

Please feel free to create a pull request and submit any issues!