https://github.com/runattekky/todo_go
TODO Application with GOLANG and BubbleTea
https://github.com/runattekky/todo_go
Last synced: about 1 year ago
JSON representation
TODO Application with GOLANG and BubbleTea
- Host: GitHub
- URL: https://github.com/runattekky/todo_go
- Owner: RunAtTekky
- Created: 2025-03-15T11:49:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T09:53:28.000Z (over 1 year ago)
- Last Synced: 2025-05-20T05:13:26.785Z (about 1 year ago)
- Language: Go
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TODO App With GO and BubbleTea

Built with TUI Framework [BubbleTea](https://github.com/charmbracelet/bubbletea)
The language of choice is [GO](https://github.com/golang/go)
As of now it is only a simple TUI application with `Sqlite3` integration
TODO:
- [ ] Beautify with [lipgloss](https://github.com/charmbracelet/lipgloss)
## How to setup
Use the following step by step
```bash
git clone git@github.com:RunAtTekky/todo_go.git
cd todo_go
go run .
```