A beautiful task tracking app that helps busy professionals stay consistent with their top 3 daily tasks through automated email reminders.
āāā backend/
ā āāā database/
ā ā āāā migrations.ts # Database schema
ā ā āāā queries.ts # Database operations
ā āāā routes/
ā ā āāā api.ts # API endpoints
ā ā āāā email.ts # Email handling
ā āāā services/
ā ā āāā emailService.ts # Email automation
ā ā āāā cronJobs.ts # Scheduled tasks
ā āāā index.ts # Main server
āāā frontend/
ā āāā components/
ā ā āāā App.tsx # Main app component
ā ā āāā TaskForm.tsx # Task input form
ā ā āāā Dashboard.tsx # Completion history
ā āāā index.html # Main page
ā āāā index.tsx # Frontend entry
āāā shared/
ā āāā types.ts # Shared TypeScript types
āāā cron/
āāā eveningReminder.ts # 8PM check-in
āāā morningReminder.ts # 9AM follow-up
Built with Hono, React, SQLite, and Val Town's email service.