feat: implement MoneyMind personal finance management application

- Complete transformation from boilerplate to full-featured financial app
- Add comprehensive dashboard with KPI cards and interactive charts
- Implement transaction management with predefined expense/income categories
- Create account management system with multiple account types
- Add authentication flow with session management
- Implement analytics overview with demo financial data
- Add budget tracking and goal progress visualization
- Include custom category creation functionality
- Update branding and footer with MoneyMind by RoMoS
- Add shadcn/ui components and Recharts for data visualization

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Rosario Moscato
2025-09-29 14:41:40 +02:00
parent 312f760844
commit 5270bbd40a
37 changed files with 5469 additions and 204 deletions

View File

@@ -13,7 +13,17 @@
"Bash(git log:*)",
"Bash(git commit:*)",
"Bash(git remote add:*)",
"Bash(git push:*)"
"Bash(git push:*)",
"Bash(pnpm drizzle generate:*)",
"Bash(pnpm drizzle-kit:*)",
"Bash(pnpm add:*)",
"Bash(pnpm dlx shadcn@latest add:*)",
"Bash(pnpm run lint:*)",
"Bash(pnpm run typecheck:*)",
"Bash(npx shadcn@latest add:*)",
"Bash(npx shadcn@latest list:*)",
"Bash(npm run build:*)",
"Bash(npx next build:*)"
],
"additionalDirectories": [
"C:\\c\\Projects\\nextjs-better-auth-postgresql-starter-kit"