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)