Skip to content

ChrisBerggren/MovieRecommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

MovieRecommender

This... is... Movie Recommender, your guide to discovering great movies! This Java program recommends movies based on user-specified genres. Whether you're in the mood for drama, crime, thriller, comedy, or more, Movie Recommender has you covered. With a diverse selection of genres and an intuitive interface, finding your next favorite movie has never been easier!

Features

  • Input a genre, and get a list of recommended movies.
  • Supports a wide range of genres including drama, crime, thriller, comedy, and more.
  • Simple and intuitive command-line interface.

Usage

  1. Clone this repository to your local machine.
  2. Compile and run the WatchList.java file using the following command: mvn exec:java -Dexec.mainClass="com.movierecommender.WatchList"
  3. Follow the prompts to input a genre.
  4. Receive a list of recommended movies from that genre.
  5. Enjoy watching your recommended movies!

Example

public static void main(String[] args) {
    // Run the Movie Recommender program
    WatchList watchList = new WatchList();
    watchList.main(args);
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages