Overview:
The Seven23 web app is a fully manual budgeting tool designed to track expenses. It is an open-source application with privacy as a priority. The app can run on a device without the need for an account, but a server instance is required for data synchronization and backup. The server code is also open source and available separately.
Features:
- Fully manual budget app
- Tracks expenses
- Open-source with privacy by design
- Can run on a device without an account
- Requires server instance for data synchronization and backup
Installation:
To install the Seven23 web app, follow these steps:
- Clone the code repository from the provided link.
- Run the backend locally using the instructions in the documentation.
- Run the web app locally either by running the backend locally or from a public Docker image.
- Access the web app at http://localhost:8000.
Summary:
The Seven23 web app is a manual budgeting tool that allows users to track their expenses. It is open source and prioritizes privacy. While it can run without an account on a device, a server instance is necessary for data synchronization and backup. Installation involves cloning the code repository and running the backend and web app locally.