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.
- TailwindCSS
- Next Image
- 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 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!