A simple web app for tracking kitchen pantry items with: - Search and filter by stock status, spices, or container type - PIN-protected editing - Shopping list export (tap Out of Stock to copy) - QR code for quick mobile access - OpenGraph card for social sharing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
40 lines
1.6 KiB
JSON
40 lines
1.6 KiB
JSON
{
|
|
"categories": [
|
|
{
|
|
"name": "Glass Jars",
|
|
"containers": [
|
|
{ "id": "glass-flip-large", "name": "Flip Top (Large)", "color": "#C4684A" },
|
|
{ "id": "glass-flip-med-tall", "name": "Flip Top (Medium Tall)", "color": "#D4856B" },
|
|
{ "id": "glass-flip-med-squat", "name": "Flip Top (Medium Squat)", "color": "#E07B5B" },
|
|
{ "id": "glass-flip-small", "name": "Flip Top (Small)", "color": "#E8A88B" },
|
|
{ "id": "glass-canning-quart", "name": "Canning Jar (Quart)", "color": "#6B8E9B" },
|
|
{ "id": "glass-canning-pint", "name": "Canning Jar (Pint)", "color": "#7FA3B0" },
|
|
{ "id": "glass-canning-small", "name": "Canning Jar (Small)", "color": "#93B8C5" }
|
|
]
|
|
},
|
|
{
|
|
"name": "Plastic Containers",
|
|
"containers": [
|
|
{ "id": "plastic-oxo-large", "name": "OXO Large", "color": "#2D4739" },
|
|
{ "id": "plastic-flip", "name": "Flip Top", "color": "#3D5A4B" },
|
|
{ "id": "plastic-clamp-large", "name": "Clamp Top (Large)", "color": "#4D6A5B" },
|
|
{ "id": "plastic-clamp-tall", "name": "Clamp Top (Tall)", "color": "#5D7A6B" }
|
|
]
|
|
},
|
|
{
|
|
"name": "Glass Spice Jars",
|
|
"containers": [
|
|
{ "id": "spice-hex-large", "name": "Hex (Large)", "color": "#8B7355" },
|
|
{ "id": "spice-hex-small", "name": "Hex (Small)", "color": "#A08668" },
|
|
{ "id": "spice-flip-tiny", "name": "Flip Top (Tiny)", "color": "#B5997B" }
|
|
]
|
|
},
|
|
{
|
|
"name": "Other",
|
|
"containers": [
|
|
{ "id": "original-package", "name": "Original Packaging", "color": "#9A9590" }
|
|
]
|
|
}
|
|
]
|
|
}
|