Commit Graph

2 Commits

Author SHA1 Message Date
vaibhav
761961b452 Refactor: Add text input functionality
Replaces the counter with a text input field for user interaction. This
change leverages the `textinput` bubble to provide a more interactive
experience within the TUI. The `go.mod` and `go.sum` files have been
updated to include the necessary dependency.
2026-01-14 04:13:52 +05:30
vaibhav
f06f418651 feat: Add basic counter application
This commit introduces a simple counter application using Bubble Tea. It
includes the necessary Go module files and the main application logic
for incrementing, decrementing, and quitting the application.
2026-01-13 16:27:52 +05:30