Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Xiphe/budgetbudget
🧮 make financial decisions with confidence
https://github.com/Xiphe/budgetbudget
budgeting budgetmanager electron-app envelope-budget envelope-budgeting macos-app moneymoney moneymoney-transactions reactjs typescript
Last synced: about 1 month ago
JSON representation
🧮 make financial decisions with confidence
- Host: GitHub
- URL: https://github.com/Xiphe/budgetbudget
- Owner: Xiphe
- License: gpl-3.0
- Created: 2019-06-07T08:57:12.000Z (over 5 years ago)
- Default Branch: beta
- Last Pushed: 2023-12-11T14:31:52.000Z (about 1 year ago)
- Last Synced: 2024-10-31T21:04:52.417Z (about 1 month ago)
- Topics: budgeting, budgetmanager, electron-app, envelope-budget, envelope-budgeting, macos-app, moneymoney, moneymoney-transactions, reactjs, typescript
- Language: TypeScript
- Homepage: https://budgetbudget.app
- Size: 6.73 MB
- Stars: 94
- Watchers: 11
- Forks: 7
- Open Issues: 35
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- Awesome-iPhoneBlog.de-List - budgetbudget - Electron App <sup>_(Programmierer verlor die Motivation zur Weiterentwicklung.)_</sup> (Software / Mac)
README
BudgetBudget
Â
gain confidence in financial decisionsby planning monthly budgets for MoneyMoney transactionsÂ
## How to use
1. Go to the [BudgetBudget download page](https://budgetbudget.app/download)
2. Download the latest version
3. Open the `.dmg` file in your downloads folder
4. Drag the Application into your Applications folder
5. Start the App
6. Follow the instructions
7. Value 🤑## Contributing
You're really welcome to submit Pull Requests and Issues.
Please keep in mind that i'm building this app in my free time and don't plan to
monetize it.
That means all help is really welcome but it might take some time for me to
respond to issues or review PRs.### Run the app in development mode
All of the following assume that you're working on a recent version of MacOS and
have [NodeJS](https://nodejs.org/) installed.Run the following in your terminal:
```sh
# check out the source-code
git clone [email protected]:Xiphe/budgetbudget.git
cd budgetbudget# install dependencies
npm install# start the app in development mode
npm start
```
## Screenshot## License
BudgetBudget - work with monthly budgets alongside moneymoney
Copyright (C) 2020 Hannes DiercksThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .