💸 Track items you want to buy later
Find a file
2024-12-30 13:23:46 +01:00
public first commit 2024-12-30 11:52:59 +01:00
src Refactor: Break down single table component into multiple modular components 2024-12-30 13:16:13 +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
eslint.config.mjs first commit 2024-12-30 11:52:59 +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: Break down single table component into multiple modular components 2024-12-30 13:16:13 +01:00
pnpm-lock.yaml Refactor: Break down single table component into multiple modular components 2024-12-30 13:16:13 +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