03 Mar 2026

I Created a TODO TUI App

TLDR; I created a TODO application using bubbletea and i really liked it


This TUI has these following features:

  • create a new TODO with Ctrl+n key
  • mark an item as done using Ctrl+d/Ctrl+x
  • implements list and textinput for TODO title and description

What i learnt with this project???

  • ELM architecture on how to create/architect TUI applications
  • Basics of TUI development

What i want to do next???

I want to create a terminal based skitching application similar to paint: tsketch


Where can i see it???

You don;t