Boxes - a home inventory system
I live out in the country and have a number of hobbies. Some projects require certain tools or materials which can take time to acquire. In an effort to make this easier to organise, I wanted a way to store information on where I put things over the weeks, months and years it takes to gain the skills or things I need.
The model for this app is that contents go in boxes and boxes go in locations. Contents can be tagged. So you can have a "bird house" tag for a bird house project and look for where all the things you need for a bird house.
References
- Simple PWA tutorial and also this tutorial
- App manifest generator
- Echo embed resources
- Mithril
- Pure Go database/sql implementation of a sqlite driver
- sqlc docs
- sqlite docs