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
Note: the backend-end application can be found in the rest-application repository. The 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.
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
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/