A Next.js movie trailer experience inspired by modern streaming platforms.
- Next.js App Router
- React
- TMDB API
- YouTube embeds for trailers
Create .env.local:
TMDB_API_KEY=your_tmdb_api_key_hereThe TMDB key is used only by Next.js API routes and is not exposed directly in the browser bundle.