A NextJS-based IMDb clone.
| Previews |
|---|
Homepage![]() |
Movie Details Page![]() |
-
npm >= 10.7.0
-
node >= 20.12.2
You will need to create and add the following environment variable to your .env file
TMDB_API_KEY = YOUR_TMDB_API_KEY
Open cmd or bash in the project directory.
npm installnpm run dev
