Little application to find a movie randomly. It uses the TMDB API to fetch movies and display them.
Functionalities:
- Possibiliy to use different filters to find a movie
- See movie details & summary
- Movie images
Technologies:
- NextJS
- Mantine
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