A simple task app with a progress bar.

Nab the latest version from the Releases page!
You can install the todometer web clipper to your favorite browser to add tasks to todometer with a single click!
$ git clone https://github.com/cassidoo/todometer.git
$ cd todometer && npm install
To show the Electron application window with your current build:
$ npm run dev
To build a production version:
$ npm install
$ npm run postinstall
$ npm run pre-electron-pack
$ npm run pack # all platforms
$ npm run pack:mac # macOS only (DMG + ZIP)
$ npm run pack:win # Windows only (NSIS installer)
$ npm run pack:linux # Linux only (AppImage)
See more in the Release documentation.
todometer://add?text=... URLs