This is a simple Ruby command-line interface (CLI) application that allows the user to keep track of their favorite movies in their personal online movie collection. The user can enter detailed information about the movie, including their review.
- The user can add a movie to their "Movie Favorite's Collection" with the following details: Title, Director, Year, Genre, Runtime, and Review
- Displays all movies in the collection
- Give recommendation of movie from the collection to watch
- Gives example of a movie in the collection
- Go to the Favorite Movies CLI Github Page
- Create a codespace on main
- Run 'ruby app.rb' in the terminal
- Ruby version:
3.2.1