todoworks for desktop use React, Electron and Mobx
- Clone the repo:
git clone https://github.com/tuantvk/r2e-todoworks.git
- Go to the project directory and install dependencies:
cd r2e-todoworks && npm install
$ npm run dev
Generate the binary:
- For Linux
$ npm run package-linux
Maybe you will install some depends packages.
- For Mac
$ npm run package-mac
After that, you will see the binary in ./release
folder
Icon | Description |
---|---|
Check | Click when todo done |
Fire | Todo in status warning, and move on top |
Rocket | Click when you want change status todo normal to warning |
Like | Todo in status done and move down in list todo done |
Close | Remove todo |
So you want to contribute? Fun! I love seeing new PRs for r2e-todoworks. If you are thinking about working on something, feel free to make an issue beforehand so that you can make sure it'll be worth your time!
MIT License