Skip to content

imyounas/TUITaskApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal User Interface (TUI) based Task App

This is a simple TUI app developed using Bubbletea The main objetcive was to explore GO TUI app development and see how to manage the state and interaction of composite views in a terminal. The app also adjust its size when user resize the terminal.

It is based on three views

  • Filter > To filter Table items.
  • Table > To show the tasks with pagination support.
  • Details > To view the detail of a task. User can also edit the task and add a new one.

Screenshots

Main View

Main TUI

Filter View

Filter View

Edit Task View

Main TUI

New Task View

Main TUI

About

Go TUI App - Built using BubbleTea

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages