Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mc-cat-tty/personalfinance
A personal finance tracking tool. Written in Java for OOP exam.
https://github.com/mc-cat-tty/personalfinance
balance balance-manager figma finance inter-font java java-swing material-design personal-finance swing ui ui-design ux-design ux-ui
Last synced: 17 days ago
JSON representation
A personal finance tracking tool. Written in Java for OOP exam.
- Host: GitHub
- URL: https://github.com/mc-cat-tty/personalfinance
- Owner: mc-cat-tty
- Created: 2023-01-04T15:12:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T20:43:03.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T18:22:10.861Z (7 months ago)
- Topics: balance, balance-manager, figma, finance, inter-font, java, java-swing, material-design, personal-finance, swing, ui, ui-design, ux-design, ux-ui
- Language: Java
- Homepage:
- Size: 7.21 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PersonalFinance
## UI Design
![HomeView](HomeView.svg)## End Result
![EndResult](EndResult.png)## Usage
### 4Users1. Download the latest release at [https://github.com/mc-cat-tty/PersonalFinance/releases/latest](https://github.com/mc-cat-tty/PersonalFinance/releases/latest)
2. Run **PersonalFinance.jar** through the gui (usually by double clicking it) or through the cli (`java -jar PersonalFinance.jar`)### 4Devs
```bash
mkdir build && cd build
cmake .. && make
```On Windows you might need to use `-G "MinGW Makefiles" option to set the generator.
Run target (inside _build_ directory):
```bash
make run
```Generate doc (inside _build_ directory):
```bash
make gendoc
```## Assets
- Inter Font: [https://fonts.google.com/specimen/Inter](https://fonts.google.com/specimen/Inter)
- Material Icons: [https://fonts.google.com/icons](https://fonts.google.com/icons)
- Material Colors: [https://mui.com/material-ui/customization/color/](https://mui.com/material-ui/customization/color/)## Documentation
[docs/html/index.html](docs/html/index.html)## Bugs
Feel free to report any bug or issue by opening a issue marked as _bug_ or _enhancement_