What I Learnt Today (WILT)

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 …
18 Feb 2026

Lipgloss Is Hard

Trying out bubbletea with lipgloss to create Layouts and styles in terminal is pretty hard man.

17 Feb 2026

Bubbletea Basics

Learnt Bubbletea basics on how ELM is followed