Skip to content

matisbyar/randomovie

Repository files navigation


RandoMovie
RandoMovie

A minimal website for generating a random movie, built with Next.js.

Status

Key FeaturesHow To UseDownloadCreditsLicense

screenshot

Key Features

  • Random Movie, à la demande !
  • Go back to previous chosen movies
  • Never spend hours looking for a movie.

How To Use

You'll first need a free TMDB API to get started. Put both TMDB_API and TMDB_ACCESS tokens (respectively TMDB API Key and TMDB Read Only Access Token) in your environment file (see .env.example).

To clone and run this application, follow these instructions in your command line:

# Clone this repository
$ git clone https://github.com/matisbyar/randomovie

# Go into the repository
$ cd randomovie

# Install dependencies
$ npm install

# Run the app
$ npm start

Roadmap

  • Display one random movie
  • Have a nice and distractless UI
  • Rewind previous selected movies
  • Allow users to choose a genre to influence the result

Credits

This software uses the following open source packages:

You may also like...

License

MIT


byar.fr  ·  GitHub @matisbyar  ·  LinkedIn @matisbyar

About

Minimal website for generating random movies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published