Keep track of the time you spend solving your tasks.
- Add and complete tasks.
- Start or pause the time tracker
- Automatic dark or light mode depending on the configuration of your operating system.
- Electron
- Nextjs
- Tailwindcss
- Typescript
- Yarn
$ cd my-app
# using yarn or npm
$ yarn (or `npm install`)
# using pnpm
$ pnpm install --shamefully-hoist
# development mode
$ yarn dev (or `npm run dev` or `pnpm run dev`)
# production build
$ yarn build (or `npm run build` or `pnpm run build`)