A minimalist web app implementing the "Third Time" productivity method.
src/
├── backend/
│ └── index.ts # Static file server
├── frontend/
│ ├── components/ # Components
│ ├── favicon.http.tsx # Favicon
│ ├── index.html # Main app interface
│ ├── index.tsx # React app entry point
│ ├── style.css # Styling
│ └── utils/ # Utility functions
│ └── timer-actions.ts # Timer actions
└── shared/
├── types.ts # Shared TypeScript types
└── utils.tsx # Shared utility functions