Welcome to NewMovies! You start on a landing page with movies fetched from TheMovieDb API. Curious? Just click on any image to get a brief synopsis of the movie. Want to learn more? There's also additional information like movie budget and revenue available when "More Details" is clicked. Still want more? From the individual page click the image to be taken to the movies actual website. Hope you enjoy!
- From the root folder
npm i
to install all dependencies. - You'll need to purchase your own API key from TheMovie.Link
- Create
.env
file and include following:
apiKey=PASSWORD;
- Enter
npm start
to run the app.