DEV Community

Daniel Zaharia
Daniel Zaharia

Posted on

A no-login time tracker that calculates earnings live (browser-only)

Use it here: https://www.konverter-online.com/time-tracker

A tiny, no-login time tracker that runs entirely in your browser. Add your Hourly Rate + Currency, hit Start, and see Total Time and Total Earnings update live.


What it is (and isn’t)

This is a frictionless time tracker for quick sessions:

  • No accounts, no sync, no team features.
  • No data leaves your browser (local persistence).
  • Built to answer one question fast: “If my rate is X, how much am I earning right now?”

If you need clients, invoices, or collaboration, this isn’t that.

If you want a fast, private, single-player timer with live earnings, this is it.


Try it in 10 seconds

  1. Open https://www.konverter-online.com/time-tracker
  2. (Optional) Fill Project Name and Category
  3. Set Hourly Rate and Currency
  4. Press Start → watch time and earnings tick in real-time
  5. Stop when you’re done

Features (today)

  • No login. Everything runs client-side.
  • Live earnings. earnings = (elapsed_minutes / 60) × hourly_rate
  • Project & Category (optional) to label your session
  • Local persistence so a refresh doesn’t nuke the session
  • Currency formatting via Intl.NumberFormat

Coming next (short roadmap)

  • CSV export (start/end, duration, rate, earnings, currency, note)
  • Idle auto-pause after Xs of inactivity
  • PWA (install to Home Screen; offline)
  • Keyboard shortcuts (Start/Stop/Reset)
  • Notes per session and a weekly overview

If any of these matter to you, say which one and why—will prioritize.

Top comments (0)