-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlinkedin_post.txt
More file actions
20 lines (13 loc) · 1.38 KB
/
Copy pathlinkedin_post.txt
File metadata and controls
20 lines (13 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
I built and shipped a new side project: **Parallel Task Timer**! 🚀⏱️
As someone who constantly jumps between different tasks—like coding, waiting for a video to render, and studying—I found that standard solitary timers just weren't cutting it. I needed to track multiple things at the exact same time without losing my context.
So, I built **Parallel**.
It's a completely vanilla frontend web app (HTML, CSS, JS) that lets you run infinite independent timers simultaneously. No frameworks, no build steps, just clean code and a premium UI.
**Key Features:**
✨ **Parallel Tracking:** Run as many independent Stopwatches or Pomodoro countdowns as you want.
🛑 **Smart AFK Detection:** If I step away from my desk, the app notices the inactivity, pauses my active timers, and asks if I want to keep or discard the idle time when I get back.
💾 **Local Storage:** Everything is saved directly in the browser—no backend required.
📊 **Stats Dashboard:** Tracks total time spent and active tasks.
⚡ **Keyboard Shortcuts:** Built-in `Ctrl+K` support for frictionless task creation.
I focused heavily on creating a clean, glassmorphic light-mode UI that feels native and responsive.
Check out the screenshot below to see it in action! Let me know what you think in the comments. 👇
#webdevelopment #javascript #css #html #productivity #coding #buildinpublic #sideproject