A modern daily planning application with user authentication, task management, and achievement tracking.
├── backend/
│ ├── index.ts # Main Hono server
│ ├── database/
│ │ ├── migrations.ts # Database schema
│ │ └── queries.ts # Database operations
│ └── routes/
│ ├── auth.ts # Authentication routes
│ ├── tasks.ts # Task management routes
│ └── static.ts # Static file serving
├── frontend/
│ ├── index.html # Main HTML template
│ ├── index.tsx # React app entry point
│ ├── components/
│ │ ├── App.tsx # Main app component
│ │ ├── LoginScreen.tsx
│ │ ├── TaskScreen.tsx
│ │ └── AchievementsScreen.tsx
│ └── style.css # Custom styles
└── shared/
└── types.ts # Shared TypeScript types
The application uses a mature yet friendly color palette: