This is a side project that uses applications programming class knowledge to create a desktop app that manages my personal library. It will search books, hashtags, genres, and authors. It will add, edit, and delete books in library. It will loan books out and return books to library after loan.
- Have Eclipse or another IDE that can run JavaFX projects
- Have JDK-8
- Configue JavaFX
- https://www.javatpoint.com/javafx-with-eclipse
- This video also demonstrates installing JavaFX. (Just use the JDK version specified in the previous step instead of the version in the video): https://www.youtube.com/watch?v=9XJicRt_FaI&t=33s
- Install SceneBuilder (You don't need this to run the app. It's just here if you want to edit fxml files.