A Java project that creates an easy to use program for bookstore employees. It has a 3 level entry system -> Librarian, Manager, Administrator and is created using JavaFX aswell as most of the main concepts of OOP. Program has a log in and sign up page, librarian can check out books and create bills Managers can check the performance of the Librarians and add Books Administrator can do everything the previous 2 levels could do and can also add or delete users (Librarian, Manager).