Commit Graph

16 Commits

Author SHA1 Message Date
Rosario Moscato
5270bbd40a 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>
2025-09-29 14:41:40 +02:00
Rosario Moscato
6f1885640f ui: update homepage subtitle to include "powered by RoMoS"
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-25 14:17:27 +02:00
Rosario Moscato
788a00d136 ui: remove video tutorial content and rebrand footer
- Removed video tutorial section from homepage (src/app/page.tsx)
- Removed video tutorial sections from README.md
- Updated footer text to "Agentic Coding Boilerplate powered by RoMoS"
- Replaced GitHub links with Gitea repository links in footer and README
- Removed unused Video icon import from homepage
- Removed "Support This Project" section from README.md

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-25 10:55:08 +02:00
Leon van Zyl
a0de269975 ui/ replace emojis with lucide react icons 2025-08-27 08:13:09 +02:00
Leon van Zyl
9377f6eabb refactor: standardize to Tailwind and shadcn default styling
- Remove all custom styling patterns and utilities (glow, gradients, custom colors)
- Fix Tailwind v4 CSS variable configuration with proper @theme directive
- Replace custom OKLCH colors with standard shadcn neutral theme
- Remove complex button styling with glow effects and gradients
- Standardize error colors to use semantic destructive tokens
- Remove custom background gradients and complex header styling
- Clean up globals.css removing custom utilities and animations
- Ensure proper dark/light mode theme switching functionality

 All components now use standard shadcn/Tailwind patterns
 Dark/light mode works correctly
 No custom styling or inline classes
 Passes lint and typecheck

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-27 07:45:42 +02:00
Leon van Zyl
a20fcddcba docs/ update README 2025-08-18 14:20:20 +02:00
Leon van Zyl
ce92f0ce26 ui/ create footer component 2025-08-17 09:51:17 +02:00
Leon van Zyl
955a14dfe5 db/ fix DB env var name 2025-08-13 15:28:44 +02:00
Leon van Zyl
0437e46f03 ui/ fix db commands 2025-08-13 13:06:19 +02:00
Leon van Zyl
69b775096e Starter Prompt Assistance 2025-08-13 12:53:32 +02:00
Leon van Zyl
5741fcc486 ui/ disable buttons if health checks not working 2025-08-13 12:37:48 +02:00
Leon van Zyl
9dcb5aa9e3 ui/ health checklist 2025-08-13 12:13:16 +02:00
Leon van Zyl
863906de86 ui/ reusable header 2025-08-13 11:37:24 +02:00
Leon van Zyl
4eae69b8ce Update button 2025-08-13 09:25:25 +02:00
Leon van Zyl
c412e6e76d Init 2025-08-11 12:38:39 +02:00
Leon van Zyl
2af182a3a8 Initial commit from Create Next App 2025-08-11 12:18:11 +02:00