renovate 237d26675d
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 1m28s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m33s
chore(deps): update golang:1.25.3 docker digest to 6bac879
2025-10-26 15:02:41 +00:00
2025-10-07 18:09:53 +02:00
2025-08-20 04:41:29 +02:00
2025-10-07 18:09:53 +02:00
2025-10-08 23:03:43 +00:00
2025-07-25 22:47:07 +02:00
2024-09-30 21:17:21 +00:00

SpendSparrow

SpendSparrow is a web app to keep track of expenses and income. It is very opinionated by keeping an keen eye on disciplin of it's users. Every Expense needs to be mapped to a Piggy Bank. For emergencies, funds can be moved between Piggy Banks.

Prerequisites

go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest
go install github.com/a-h/templ/cmd/templ@latest
go install github.com/vektra/mockery/v2@latest

Design priciples

The State of the application can always be calculated on the fly. Even though it is not an Event Streaming Application, it is still important to be able to recalculate historic data. It may be applicable to do some sort of monthly snapshots to speed up calculations, but this will be only done if database queries become a bottleneck.

This applications uses as little dependencies as feasible, especially on the front end.

Description
No description provided
Readme 28 MiB
Languages
Go 83.2%
templ 14%
JavaScript 1.9%
Dockerfile 0.4%
CSS 0.4%
Other 0.1%