MyMovieList is an application that allows users to manage a watchlist of movies.
MyMovieList is a program with that allows users to utilize OMDb’s open API to find movies which they may then export into a file. Through the GUI, users can update ratings, sort movies, filter movies, and manage their personal watchlist. The watchlist is persistent and accessed upon launch of the application automatically. The watchlist can also be exported in JSON format for ease of use. The application begins with a minimum set of 25 preloaded movies, but any movie that exists within the OMDb Api can be added.
To use MyMovieList, you will need:
- Java Runtime Environment (JRE) installed on your computer
- A free API key from OMDb API
- Clone this repository or download the latest release
- Enter your API key in the top left corner when you launch the program.
The application includes a preloaded list of 25 movies to get you started.
For detailed instructions on how to use all features, please refer to our User Manual.
Ask yourself, if you started here in the readme, would you have what you need to work on this project and/or use the application?