- The poster of the movie.
- Title of the movie.
- Launch year of the movie.
- Run Time of the movie.
- Link to the movie's IMDB page
- This project is completely based on node.js and it is an API based project which uses
IMDb
API byAPI Dojo
. - The project is very simple and easy to understand.
- Download the
movie-details-exploration-app
directory. - Unzip the downloaded file and navigate to the working directory.
- Install dependencies
npm install
- Create
.env.local
file in root and add your variables
NEXT_PUBLIC_API_KEY= (Your API Key here)
- Run the app
npm run dev
You are all set! Open localhost:3000 to see the app.