https://github.com/spokanetech/go-meetup-tui
https://github.com/spokanetech/go-meetup-tui
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spokanetech/go-meetup-tui
- Owner: SpokaneTech
- Created: 2025-03-07T16:17:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-12T21:43:05.000Z (over 1 year ago)
- Last Synced: 2025-03-26T20:33:30.580Z (about 1 year ago)
- Language: Go
- Size: 13.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TUIs in golang
---
We'll run through some basics to go from 0 to ...not 0 using [BubbleTea]("https://github.com/charmbracelet/bubbletea")
I've structured the project to have a bunch of separate `cmd` directories that progressively look at building a TUI. I've implemented a lot of the boilerplate but left some of the meaty logic out so we can build that together during the meetup.
The repo is intended to be explored in the following order:
* [Survey](cmd/survey)
* [Bubble Tea Basics](cmd/btea/)
* [Bubble Tea Commands](cmd/bteacmd/)
* [Lipgloss](cmd/gloss/)
* [Something Fun](cmd/sql/)