A full-featured Pomodoro technique timer with productivity tracking and analytics.
Timer Functionality
Productivity Tracking
Analytics & Charts
├── backend/
│ ├── database/
│ │ ├── migrations.ts # Database schema
│ │ └── queries.ts # Database operations
│ ├── routes/
│ │ ├── sessions.ts # Session CRUD operations
│ │ └── stats.ts # Analytics endpoints
│ └── index.ts # Main Hono server
├── frontend/
│ ├── components/
│ │ ├── App.tsx # Main application
│ │ ├── Timer.tsx # Pomodoro timer component
│ │ ├── Stats.tsx # Statistics dashboard
│ │ └── Chart.tsx # Chart components
│ ├── index.html # Main HTML template
│ ├── index.tsx # Frontend entry point
│ └── style.css # Custom styles
└── shared/
└── types.ts # Shared TypeScript types