Web-based timer for tracking time on a task.
Keyboard shortcuts:
- space to pause/resume
- r to reset
- p to pause
- e to edit task description
We use Parcel to build and develop, pnpm as a package manager, and prettier for formatting.
pnpm install
pnpm run build
Run pnpm run dev
to run the parcel development server.
Run pnpm fmt
to format the code.
It's just JavaScript, HTML, and CSS. (Except that we actually use TypeScript and Less.) There are no dependencies.
The first version of this timer (including its design) was written by Jon Gjengset.