simple v1 version

This commit is contained in:
2025-10-16 13:05:29 +03:00
parent 1f225ef2ef
commit 9d355a926e
5 changed files with 285 additions and 1 deletions

View File

@ -1,3 +1,28 @@
# work-timerer
Simple web app that shows time left to work and some more things
Simple web app that shows time left to work and some more things
### Installation
You can run the app running just `index.html` or you using docker compose.
Just copy this compose.yml file:
```yml
services:
work-timerer:
image: git.frik.su/Beesquit/work-timerer:latest
container_name: work-timerer
ports:
4000:80
restart: unless stopped
```
The application should be available at the `localhost:4000`
### Todo:
-[ ] Make travel time customizable with env
### Limitations:
- The app is linked to the system time
- If you live in a different timezone than your office the app will not work correctly