mirror of
https://github.com/skidoodle/budgetable.git
synced 2025-02-15 03:39:14 +01:00
Create readme.md
This commit is contained in:
20
readme.md
Normal file
20
readme.md
Normal file
@@ -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)
|
Reference in New Issue
Block a user