very simple, cross-platform habitica client.
I was inspired by Rectangle's new feature that flows user-specific "todo app" on the side of the screen.
- clone the repository
- go to the root of the repository (~/Downloads/habitica-desktop/ for example)
- run
yarn install(using yarn instead of npm is recommended since electron-builder, one of the dependencies of this project recommends.) - run
npm run packto build - the app will be located under ./dist/<your-operating-system>/
- Add fireworks effect triggered when user has completed a task

