A modern, feature-rich task manager with Push Notifications, Reminders, and Notes.
Note: This is the active version. The old URL link is deprecated — please use the Vercel deployment below.
- 📋 Task Management - Create, edit, and organize your daily tasks.
- ⏰ Reminders - Set due dates and receive browser notifications.
- 📝 Notes - Keep additional information alongside your tasks.
- 🔔 Push Notifications - Real-time alerts (requires VAPID keys setup).
- 💾 Persistent Storage - Your data saves locally and syncs seamlessly.
- 📱 Responsive Design - Works on desktop, tablet, and mobile.
| Area | Technology |
|---|---|
| Frontend | HTML5, CSS3, JavaScript |
| Notifications | Web Push API, VAPID keys |
| Service Worker | Native sw.js, worker.js |
| Hosting | Vercel (primary) |
| Backend APIs | Cloudflare Workers (wrangler.toml) |
To run this project locally:
- Clone the repository
git clone https://github.com/NOTAM-bobk/Todoist.git cd Todoist
