https://github.com/fsvieira/taskroulette
Task Roulette is an effortless task manager that lets you focus on tasks rather than managing them
https://github.com/fsvieira/taskroulette
manager task tasks
Last synced: 8 months ago
JSON representation
Task Roulette is an effortless task manager that lets you focus on tasks rather than managing them
- Host: GitHub
- URL: https://github.com/fsvieira/taskroulette
- Owner: fsvieira
- Created: 2016-07-07T19:19:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T21:14:52.000Z (over 4 years ago)
- Last Synced: 2024-12-27T20:29:27.992Z (10 months ago)
- Topics: manager, task, tasks
- Language: JavaScript
- Homepage: https://fsvieira.github.io/taskroulette/
- Size: 43.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# taskroulette
Task Roulette is a simple task manager with the following goals in mind:
* Remove or minimize the work of managing tasks
* Encourage job completion and combat procrastination
* Simplicity# Features
* Remove or minimize the work of managing tasks
* A task is choosen automaticly for you,
* No need for timers or anything to get stats from your work.* Encourage job completion and combat procrastination
* Show stats: closed/open tasks, avarege times, estimation times, etc...
* Simplicity
* Simple add #tags to tasks,
* Simple add sprints (date + tags) to set a due date for your tasks.# try online
WARNING: tasks are saved on the browser local storage, so if you switch browsers or devices you are not be able
to see your tasks.
WARNING: Beta version!!* https://fsvieira.github.io/taskroulette/
# install
* clone repo
* run npm install
* run npm start