LMS is a JavaFX application for managing your personal book collection. It provides a user-friendly interface to add, remove books.
Step-by-step explanation of developing this app from scratch.
To run LMS, make sure you have Java Development Kit (JDK) 8 or higher installed on your machine. You can download the latest JDK from the official Oracle website.
Once you have Java installed, follow these steps:
- Clone this repository to your local machine.
- Open a terminal or command prompt and navigate to the project's root directory.
- Run the following command to build and run the application using Maven:
mvn javafx:run
LMS relies on the following dependencies:
- JavaFX 8.0 or higher
- Maven 3.0 or higher
Make sure you have these dependencies installed before running the application.
Contributions are welcome! If you find any bugs or have suggestions for new features, please open an issue or submit a pull request. When contributing, please follow the existing coding style and conventions.
This project is licensed under the MIT License.
- The JavaFX community for their excellent documentation and support.git