Skip to content

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

Notifications You must be signed in to change notification settings

davidmonnom/mooviz-random-movie

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published