An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# TODO App With GO and BubbleTea

![APP SCREENSHOT](https://i.imgur.com/qeulWyn.png)

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 .
```