https://github.com/zhibirc/todo-s
todo-s
https://github.com/zhibirc/todo-s
notes task-management task-manager task-scheduler tasks timemanagement todo todolist tracker
Last synced: 4 months ago
JSON representation
todo-s
- Host: GitHub
- URL: https://github.com/zhibirc/todo-s
- Owner: zhibirc
- License: mit
- Created: 2015-06-04T13:17:59.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T01:49:25.000Z (over 3 years ago)
- Last Synced: 2025-10-22T03:44:02.982Z (8 months ago)
- Topics: notes, task-management, task-manager, task-scheduler, tasks, timemanagement, todo, todolist, tracker
- Language: HTML
- Homepage: https://zhibirc.github.io/todo-s/
- Size: 2.49 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# todo-s
[](license.md)
[]()
Your daily schedule and TODO list.
## About
_I'm a person who passionate about my own productivity. I want to manage my tasks and projects more effectively.
And I need a simple tool that supports me in controlling my task-flow._
- I want to be able to create/update/delete projects `&&`
- I want to be able to add tasks to my project `&&`
- I want to be able to update/delete tasks `&&`
- I want to be able to prioritize tasks into a project `&&`
- I want to be able to choose a deadline for my task `&&`
- I want to be able to mark a task as "done" (THE END?)
## Features
**All from the above!**
In addition, it includes the following:
- sort tasks by their status;
- 2 color themes with trigger in UI and in application config;
- lock/unlock UI ("Read-Only" mode);
All tasks have three kinds of possible states:
- "_new_" (means a brand-new task);
- "_done_" (means you're a disciplined person and task is finished);
- "_undone_" (means for some reasons the task was canceled).
## Development
Serve locally:
```shell script
python3 -m http.server 3000
```