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

https://github.com/envelope-zero/frontend

Official frontend for Envelope Zero
https://github.com/envelope-zero/frontend

base based budget budgeting envelope personal zero

Last synced: 2 months ago
JSON representation

Official frontend for Envelope Zero

Awesome Lists containing this project

README

          

# Envelope Zero frontend

Envelope Zero is fundamentally rooted in two ideas:

- Using the [envelope method](https://en.wikipedia.org/wiki/Envelope_system) to budget expenses into envelopes.
- Zero Based Budeting, meaning that you assign all your money to an envelope. Saving for a vacation? Create an envelope and archive it after your vacation. Rent? Create an envelope that gets a fixed amount of money added every month.

Check out the documentation at [envelope-zero.org](https://envelope-zero.org)!

## Deployment

The API needs to be available at the same hostname with the prefix `/api`.

## Supported Versions

This project is under heavy development. Therefore, only the latest release is supported.

Please check the [releases page](https://github.com/envelope-zero/frontend/releases) for the latest release.

Check the table below for the minimal required [backend](https://github.com/envelope-zero/backend) versions.

| Frontend version | Minimum required backend version |
| ---------------- | -------------------------------- |
| 0.9.0 | v0.22.0 |
| 1.9.0 | v2.0.0 |
| 2.0.0 | v3.21.1 |
| 3.0.0 | v4.2.2 |

## Contributing

Please see [the contribution guidelines](CONTRIBUTING.md).