Dutu is a multi-purpose app being developed for my personal use to keep track of mundane stuff like errands and chores. It consists of:
-
Todo app which supports fuzzy date inputs and recurring events to handle scenarios like
- do Task X...
- "between 5th March and 10th March", or
- "in the first week of April" (yet to be implemented), or
- "every 3 days", or
- "every week on Tuesday and Friday"
- do Task X...
-
Diet Tracker to log food consumption and highlight lesser consumed foods by ranking them higher
Note: Features are developed as and when the use-cases arise, depending on my usage. The UI too has been designed for my convenience and workflow and not much effort has gone in to make it accessible or intuitive to a wider set of users. (See sufficient design). If by chance you give this a spin and find it useful enough but would like feature modifications, please feel free to fork the repo.
Step 1: ./setup-local.sh
(requires npm
and docker-compose
to be pre-installed)
Step 2: docker-compose up -d
Visit localhost:9023
from your browser