A basic web app for collecting images during a presentation or meeting.
Users can paste images and add their name to their submissions. Presenters can see who has submitted images, and reveal them all to the session.
Presenters can also reset the session.
You must have Go templ installed. Templ is used to render jsx-like templates into code that returns HTML. You also need pnpm (or whatever JS package manager you prefer) to perform the tailwind build step.
$ pnpm i && pnpm build
$ templ generate
$ go run cmd/main.goThen go to localhost:1323 in your browser.
Install Air - Live reload for Go apps, then
$ airTODO: Add tailwind build step to air TODO: Use tailwind cli tool instead of pnpm
Simple.css was the first no-class drop-in stylesheet I found and it looks pretty good.