Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bukinoshita/taskr
A simple task manager app
https://github.com/bukinoshita/taskr
app electron react task task-manager to-do
Last synced: 2 days ago
JSON representation
A simple task manager app
- Host: GitHub
- URL: https://github.com/bukinoshita/taskr
- Owner: bukinoshita
- License: mit
- Created: 2017-12-27T17:21:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T15:42:10.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T00:03:02.756Z (6 months ago)
- Topics: app, electron, react, task, task-manager, to-do
- Language: JavaScript
- Homepage:
- Size: 22.8 MB
- Stars: 787
- Watchers: 18
- Forks: 73
- Open Issues: 30
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- awesome-starred-test - bukinoshita/taskr - A simple task manager app (JavaScript)
README
![](https://github.com/bukinoshita/taskr/blob/master/media/banner.png)
## Downloads
## Contribute
To run it locally on your own computer:
* [Fork](https://help.github.com/articles/fork-a-repo/) this repository
* [Clone](https://help.github.com/articles/cloning-a-repository/) it to your
local device
* [Install](https://yarnpkg.com/en/docs/cli/install) the dependencies
* [Run](https://github.com/bukinoshita/taskr/blob/master/package.json#L10) the
projectTo make sure that your code works in the finished application, you can generate
the binaries like this:```bash
$ yarn dist
```After that, you will see the binary in the `./dist` folder!
## About
## Pricing
## Related
* [taskr-design](https://github.com/bukinoshita/taskr-design) — Taskr design assets
* [taskr-api](https://github.com/bukinoshita/taskr-api) — Taskr API for PRO users (private)
* [taskr-ios](https://github.com/bukinoshita/taskr-ios) Taskr App for iOS (private)## License
MIT © [Bu Kinoshita](https://bukinoshita.io)