Simple task manager combined with Telegram bot.
- ASP.NET Core
- Vue.js
- PostgreSQL
- Docker
You can add, remove and edit different types of drafts: Notes which are simple pieces of text, and Reminders which are basically alarms set on definite date and time to trigger.
This can be done both using web UI and Telegram bot.
/note [title] content
creates Note with given Title and Content.
/remind [yyyy mm dd h:i] content
creates Reminder with given Content and sets it to given date and time to trigger.