An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Pledger.io - Front end application

![Latest release](https://img.shields.io/github/v/release/pledger-io/user-interface?display_name=release&label=Stable)
![Build](https://github.com/pledger-io/user-interface/actions/workflows/default.yml/badge.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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/