Skip to content

Su24-CS5004-Online-Lionelle/final-project-group-5

 
 

Repository files navigation

CS 5004 Final Project - Group 5: Movie List Manager


Application Description:

The Movie List Manager is a Java Swing app, powered by the OMDb movies API, intended to enable users to create and manage movie watchlists

With the Movie List Manager, users can:

  • View, filter, sort and select movies from a source list
  • Add or remove movies to/from any number of user created watchlists
  • View movie details for any selected movie in any watchlist including the source list
  • Record specific movies as 'Watched'
  • Record personal movie ratings (from 1.0 - 10.0)
  • Delete watchlists
  • Import watchlists from a file (JSON or CSV)
  • Export watchlists to a file (XML, JSON, CSV or TXT)

All changes made to watchlists, including the 'All Movies' source list, are automatically saved, and persist from session to session


Documentation:


Instructions:

To run this application from within an IDE

To run this application from a terminal

  • Download the MovieListManager folder, navigate to this folder in the terminal and enter the command in the code block below
java -jar MovieListManager.jar

For more detailed instructions on how to use the Movie List Manager, please refer to the Application Manual


Application Developers:


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%