A personal life dashboard app built with React, TypeScript, and Vite.
- Dashboard: Overview of tasks, finance, fitness, and mood
- Tasks: Priority tracking & task management
- Finance: Income, expenses, and visual financial breakdown
- Fitness: Activity logs and workout stats
- Mood: Daily mood tracker & journal
- Vault: Secure storage for notes and credentials
- Insights: Analytics across your personal metrics
- Settings: Workspace customization
- Email & Password: Simple credential login
- Guest Mode: Explore without an account
- Frontend: React 19, TypeScript, Vite, React Router
- Charts & Icons: Chart.js, React-Feather, FullCalendar
# Install dependencies
cd client
npm install
# Start local dev server
npm run dev
# Build for production
npm run build