KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
timer-5
★ 58
Open GitHub ↗
A simple time-tracking tool
Download README (.md)
Explore Similar Repositories
WSODFix
:
A repair tool for Symbian Nokia phones affected by the infamous white screen of death.
react-threejs-distorion-effect
:
3D effects using React and ThreeJS/GSAP
taichi_tetris
:
No description available.
JMcDM
:
A package for Multiple criteria decision-making techniques in Julia
eater-sap-1-improvements
:
Improvements and modifications made to the Ben Eater SAP-1 breadboard computer
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
timer-5
?
Download (.md)
[](https://vshymanskyy.github.io/StandWithUkraine) [](https://github.com/support-ukraine/support-ukraine) <div align="center"><img src="src/assets/favicon.svg" width='64' height='64'></div> # Timer [Timer](https://klaster1.github.io/timer-5) is a simple time tracking tool. Create a task, click "Start"/"Stop", see how much the task took, repeat. All the data is kept in the `localStorage`, it does not leave your device, ever. To manage the data, use "Export" (to JSON) and "Import" features. A test data set can be found [here](https://gist.githubusercontent.com/Klaster1/a456beaf5384924fa960790160286d8a/raw/179c67dad43c66d48fb7c766f1e19b58df4c64cf/games.json). <a href="https://raw.githubusercontent.com/Klaster1/Klaster1/timer-5/master/screenshot.png"><img src="screenshot.png"></a> Originally created back in 2011 to track my time spent on video games, it eventually turned into sorts of Todo MVC, the project gets rewritten from scracth every several years as a learning excercise. This is the fifth iteration. Some of previous Timer iterations: - https://github.com/Klaster1/timer - https://github.com/Klaster1/timer2 # Development You will need Node.js 22 or newer. ## Running the app for development locally 1. Install packages with `npm i`. 2. Run `npx ng serve`. The app will start at [http://localhost:4200](http://localhost:4200). 3. Change the Angular app, the web page will live reload. ## Building the app 1. Install packages with `npm i` if you haven't already. 2. Run `npm run build`. Static files will be placed in the `dist` directory.