This is a web application whose purpose is to dispalay specific data for citizens of villages and towns to see how their homes are assessed, and how their taxes determined. In the end it's relatively simple: it's a data display.
I'll be using golang and htmx, perhaps with templ. Or maybe svelte. Also MariaDb - because I want to learn these things.
This should all be data that is publically available. As of yet, I don't know if there are apis or just static data.
The basic thing I want to show is the current assessed value of a house, and what it's current taxes are, in context. This is really imporant. For every house in our village, or in any town/village of a certain zip code.
Here are some of the entities I believe will be a part of this.