From 038936da194a9cdf33ed81d92ea8135c4b93d452 Mon Sep 17 00:00:00 2001 From: skidoodle Date: Mon, 30 Dec 2024 13:23:28 +0100 Subject: [PATCH] Create readme.md --- readme.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..dd5c4bd --- /dev/null +++ b/readme.md @@ -0,0 +1,20 @@ +# 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](https://nextjs.org/) +- **Styling**: [ShadCN UI](https://ui.shadcn.com/) +- **Database**: [PocketBase](https://pocketbase.io/) + +## Running Locally + +```bash +git clone https://github.com/skidoodle/budgetable +cd budgetable +pnpm install +pnpm dev +``` + +## License + +[GPL-3.0](https://github.com/skidoodle/budgetable/blob/master/license)