blob: fe8f09f896da0d49a6c0323ae0c0d7ede20032b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Budget app
A simple budget app.
## Description
You can define some categories for your expenses and incomes. Then you can add/edit/remove each type of transaction.
The app will show you the remaining budget and the total expenses based on the initial budget.
## Preview
You can see a live preview here: https://demo.armandphilippot.com/#budget-app
## License
This project is open-source and available under the [MIT License](../LICENSE).
|