Project to track time spend on different work projects.
Tech Stack: Go, templ, htmx, SQLite, Tailwind+DaisyUI
Using task to ease testing/building https://taskfile.dev/
go install github.com/go-task/task/v3/cmd/task@latest
go install github.com/a-h/templ/cmd/templ@latest
Go templating package to generate HTML
https://tailwindcss.com/docs/installation
Provides CSS classes to format HTML elements
https://daisyui.com/docs/install/
Component library for Tailwind CSS (Buttons, Menus, ...)
Provides means to create dynamic HTML webites with minimal javascript usage
Library for charts
https://github.com/tc-hib/go-winres
go install github.com/tc-hib/go-winres@latest
Manifest/Icons for Windows
Go CRUD Tutorial: https://www.honeybadger.io/blog/how-to-create-crud-application-with-golang-and-mysql/
Go Web Examples: https://gowebexamples.com/
SQL Tutorial: https://www.w3schools.com/sql/default.asp