A time-tracking desktop app inspired by features from paid tools like ClickUp and Monday.com.
- Create projects and tasks
- Start / pause / stop time tracking per task
- Edit and delete time entries
- Local SQLite database
- Electron
- React.js
- Tailwind CSS
- SQLite
- Node.js (recommended v18+)
- On Windows: Visual Studio Build Tools with Desktop development with C++
- Change
main.js: line 4: const isDev = "development";toproductionkapag magbuild ng installer.
- Install dependencies:
npm install- Run the Vite dev server and launch Electron together:
npm run startMIT