Skip to content

oopsdan/ReadMeMaybe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Book Recommendation App

This is a simple Java program that recommends books based on user input. It contains a pre-defined list of books in various genres, and prompts the user to select a genre to receive recommendations for.

How to Run

To run the program, you will need to have Java installed on your machine. Once you have Java installed, follow these steps:

  1. Clone this repository or download the source code as a zip file.
  2. Open the project in your preferred Java IDE (such as Eclipse or IntelliJ IDEA).
  3. Compile and run the BookRecommendationApp class.

Alternatively, you can run the program from the command line by navigating to the root directory of the project and running the following commands:

javac oopsdan/BookRecommendationApp.java
java oopsdan.BookRecommendationApp

Usage

Upon running the program, the user will be prompted to enter a genre to receive recommendations for. The available genres will be listed, and the user can enter one of them to receive recommendations for that genre.

The program will then randomly select up to three books from the specified genre and display their titles and authors.

To exit the program, the user can type "exit" at any time.

Contributing

This program was created as a learning exercise and is not intended for production use. However, if you would like to contribute to the project, feel free to submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages