FocusDeck is a minimal Pomodoro timer and daily task manager designed to help you stay productive and focused. It tracks your completed Pomodoro sessions per day, provides a stats view, and works as a Progressive Web App (PWA) and Chrome Extension.
- ⏱️ Pomodoro timer (25/5 cycle)
- ✅ Task manager (add, complete, delete tasks)
- 📊 Daily session tracking
- 📲 Installable PWA support
- 🧩 Chrome Extension (popup)
- React + Vite
- basic CSS
- React Router
- LocalStorage for persistent data
vite-plugin-pwafor PWA support- Chrome Extension using Manifest V3
git clone https://github.com/pratap360/focusdeck.gitcd focusdecknpm installnpm run devnpm run previewRun npm run build
Go to chrome://extensions
Enable Developer Mode
Click "Load unpacked" and select the dist/ folder