Update README.md
This commit is contained in:
@@ -125,7 +125,7 @@ Understanding: You must be able to explain your implementation
|
||||
|
||||
---
|
||||
## Bonus Tasks ✒️
|
||||
Fetch and display movie information using movie ID
|
||||
1. Fetch and display movie information using movie ID
|
||||
|
||||
In this section, you must implement the ability to search for a movie by its ID. The user enters an ID, and the program displays complete movie details.
|
||||
|
||||
@@ -174,15 +174,16 @@ Create a Movie object with all extracted data
|
||||
4. Display Results (displayMovieDetails method):
|
||||
|
||||
Print all movie details in a clean format
|
||||
Advanced search (title, genre, year, rating, etc.)
|
||||
|
||||
Sorting options for movies
|
||||
2. Advanced search (title, genre, year, rating, etc.)
|
||||
|
||||
Save/load favorite movies to/from a file
|
||||
3. Sorting options for movies
|
||||
|
||||
Improved console menu design
|
||||
4. Save/load favorite movies to/from a file
|
||||
|
||||
GUI version using JavaFX
|
||||
5. Improved console menu design
|
||||
|
||||
6. GUI version using JavaFX
|
||||
|
||||
---
|
||||
## References 📚
|
||||
|
||||
Reference in New Issue
Block a user