/go-for-it

server side rendered todo app wirtten in Go

Primary LanguageGo

Go For It - TODO app

This is a go serverless rendered todo app project

The stack consists of:

Backend:

  • Plain go backend version > 1.22, due to routing
  • a-h/templ for HTML template generation
  • Gowebly for generating the stack + some helpers

Frontend:

  • HTMX for reactivity
  • TailwindCSS for pretty stuff

Data store

Data store is currently a simple in-memory store, so its lost after restart of server

Setup

❗️ Please make sure that you have installed the executable files for all the necessary tools before starting your project. Exactly:

To start your project, run the Gowebly CLI command in your terminal:

gowebly run