This is a personal finance management tool using plain text accounting principles. It features a Java backend, a React frontend, and a Java-based CLI.
For a detailed explanation of the project's architecture, components, and design decisions, please see ARCHITECTURE.md.
Currently, only the core module is implemented. You can build it and use it as a library in other Java projects.
- Build the
coremodule:This will install thecd core mvn clean installcoremodule as a JAR in your local Maven repository.
See CONTRIBUTING.md for more information on how to contribute to the project.
This project is licensed under the MIT License - see the LICENSE file for details.