https://github.com/pledger-io/user-interface
Pledger.io is a "self hosted" application that helps in keeping track of your personal finances.
https://github.com/pledger-io/user-interface
budget budgeting finance front-end money paycheck personal-finance react
Last synced: 2 months ago
JSON representation
Pledger.io is a "self hosted" application that helps in keeping track of your personal finances.
- Host: GitHub
- URL: https://github.com/pledger-io/user-interface
- Owner: pledger-io
- License: mit
- Created: 2024-03-13T14:46:11.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2026-03-30T17:57:22.000Z (2 months ago)
- Last Synced: 2026-03-30T19:30:07.328Z (2 months ago)
- Topics: budget, budgeting, finance, front-end, money, paycheck, personal-finance, react
- Language: TypeScript
- Homepage: https://www.pledger.io
- Size: 3.85 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pledger.io - Front end application


[](https://opensource.org/licenses/MIT)
-----------------------
**[Read the documentation](https://www.pledger.io)**
-----------------------
## About Pledger.io
Pledger.io is a "self hosted" application that helps in keeping track of your personal finances.
It helps you keep track of your income and expenses to allow you to spend less many and save more.
Using Pledger.io you can keep track of your income vs spending as well as your credit card expenses.
Pledger.io has the following features:
* Categories to group expenses
* Budgets to track income vs. expenses
* Contract notifications
* Importing transactions from bank exports
## Get started
**Note:** the backend-end application can be found in the
[rest-application](https://github.com/pledger-io/rest-application) repository.
The [build-tooling](https://github.com/pledger-io/build-tooling) build will bundle this front-end with the
backend system.
In this repository you will find the React based front-end for Pledger.io.
### Building the source
To build the application the following needs to be present on your local PC:
* Node.js
* GIT for completing the checkout
You can build the application using the Gradle command:
./yarn install
./yarn run build
### Running the front-end
Please note that this front-end application will not work without a running backend server. By default, the development
mode requires the backend to run on port `8080`.
Run the following command to start the React application:
yarn run start
After running the front-end can be accessed using the end-point:
http://localhost:3000/