Skip to content

Pledger.io is a "self hosted" application that helps in keeping track of your personal finances.

License

Notifications You must be signed in to change notification settings

pledger-io/user-interface

Repository files navigation

Pledger.io - Front end application

Latest release Build License: MIT


Read the documentation


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 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.

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/