💸 Track items you want to buy later
Find a file
2025-01-03 12:10:47 +01:00
.github/workflows Create docker-publish.yml 2024-12-30 14:20:24 +01:00
public first commit 2024-12-30 11:52:59 +01:00
src fix: format 2025-01-03 12:10:47 +01:00
.gitignore first commit 2024-12-30 11:52:59 +01:00
biome.json Refactor: Break down single table component into multiple modular components 2024-12-30 13:16:13 +01:00
components.json first commit 2024-12-30 11:52:59 +01:00
Dockerfile Add curl to Dockerfile 2024-12-31 01:36:36 +01:00
eslint.config.mjs first commit 2024-12-30 11:52:59 +01:00
license Create license 2024-12-30 13:24:19 +01:00
next.config.ts Refactor: Break down single table component into multiple modular components 2024-12-30 13:16:13 +01:00
package.json refactor: update imports to use 'type' for TypeScript types and enhance tooltip functionality 2024-12-31 20:27:49 +01:00
pnpm-lock.yaml refactor: update imports to use 'type' for TypeScript types and enhance tooltip functionality 2024-12-31 20:27:49 +01:00
postcss.config.mjs first commit 2024-12-30 11:52:59 +01:00
readme.md Create readme.md 2024-12-30 13:23:28 +01:00
tailwind.config.ts first commit 2024-12-30 11:52:59 +01:00
tsconfig.json first commit 2024-12-30 11:52:59 +01:00

Budgetable

A simple, web-based app to track items you want to buy later. It lets you easily add, update, and manage your items, with the ability to toggle between "Paid" and "Unpaid" statuses.

Running Locally

git clone https://github.com/skidoodle/budgetable
cd budgetable
pnpm install
pnpm dev

License

GPL-3.0