Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 762 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 762 Bytes

Mooviz - Find your next movie

Little application to find a movie randomly. It uses the TMDB API to fetch movies and display them.

Demo

image

Application

Functionalities:

  • Possibiliy to use different filters to find a movie
  • See movie details & summary
  • Movie images

Technologies:

  • NextJS
  • Mantine

Setup

Here are the necessary environment variables to place in the .env file

TMDB_API_KEY=
NEXT_PUBLIC_TMDB_IMAGE_PATH=https://image.tmdb.org/t/p/original

Run npm install to install the dependencies and npm run dev to start the application. Launch the application with npm run dev