tak is a desktop app timer. It allows to record the time of tasks your are
working on, assign them to a project and see weekly reports.
- Download the repo
- Build the executable:
deno task install && deno task dist - Run the executable
Note
The Data is saved locally in a .tak folder where the executable. If you move
the excutable, also move the folder or you will loose your data.
deno task installdeno task dev
- UI uses svelteKit with flowbite-svelte and tailwindcss.
- Backend uses deno and deno-webui
- Database is deno kv
