donseba / goculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goculator

goculator is born to showcase what can be done with two other projects I maintain:

stack

  • go-htmx Seamless HTMX integration in golang applications
    • using the basics
    • using SSE (Server Sent Events)
    • using notifications (toasts)
  • expronaut A simple expression evaluator
    • using the main Evaluate function to evaluate the string expression from the form

how to run

  • clone the repo
  • run go run main.go in cmd/server folder
  • open your browser at http://localhost:4321
  • enjoy

screenshots

Image Alt text

thanks

calculator design inspired by Tailwind Calculator Example

license

MIT License see LICENSE file

About

License:MIT License


Languages

Language:HTML 89.1%Language:Go 10.9%