Simple web timer
- TypeScript 78.2%
- HTML 11.2%
- Less 10.6%
| .github | ||
| img | ||
| public | ||
| src | ||
| .gitignore | ||
| .nvmrc | ||
| .parcelrc | ||
| .prettierignore | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
Timer
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
Developing
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.
Tech stack
It's just JavaScript, HTML, and CSS. (Except that we actually use TypeScript and Less.) There are no dependencies.
Acknowledgment
The first version of this timer (including its design) was written by Jon Gjengset.
