mirror of
https://github.com/skidoodle/budgetable.git
synced 2025-02-15 03:39:14 +01:00
💸 Track items you want to buy later
.github/workflows | ||
public | ||
src | ||
.gitignore | ||
biome.json | ||
components.json | ||
Dockerfile | ||
eslint.config.mjs | ||
license | ||
next.config.ts | ||
package.json | ||
pnpm-lock.yaml | ||
postcss.config.mjs | ||
readme.md | ||
tailwind.config.ts | ||
tsconfig.json |
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.
- Framework: Next.js
- Styling: ShadCN UI
- Database: PocketBase
Running Locally
git clone https://github.com/skidoodle/budgetable
cd budgetable
pnpm install
pnpm dev