EstimateEase is a web application that allows users to estimate the time it will take to complete a task. It uses websockets to communicate with the server and client
- Server: Go, chi, gorilla/websockets
- Frontend: DaisyUI, HTMX, templ
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Application is built and deployed on pushes to main via Google Cloud Run
make all buildbuild the application
make buildrun the application
make runlive reload the application
make watchrun the test suite
make testclean up binary from the last build
make clean- Any and all contributions welcome, feel free to reach out

