JavaScript Mapping Library
As you can probably tell, I’ve been on a bit of a builder kick the last few weeks. Today’s "release" (it’s been live for a few days already) is a tool to help fix a manual process we had in our family – tracking allowance for the kids.
Previously we made use of a Google Sheet. Each kid had a column. When a kid would ask for something, we’d look to see when we last added allowance, multiply the number of weeks by their rate, add it, and then add another row to reduce by the amount they were spending. A simple formula on the right hand side would give a running total so they could see what their current balance was.
I decided to take this manual process and turn it into a proper application.
Using Cursor, I created an application with the following features:
The stack is Astro, hosted on Netlify, with their Netlify DB as the storage system.
That’s it! You can check it out here: https://www.myallowance.family/. If you want to check out the source, you can check out the repo: https://github.com/cfjedimaster/myfamilyallowance
Photo by Igal Ness on Unsplash
Raymond Camden
You must be logged in to post a comment.
This site uses Akismet to reduce spam. Learn how your comment data is processed.