Scheduling web application

In this scheduling application, the local 8080 port is used. You can add tasks with a selected day or remove it once added in the local database by clicking on the cross on the right of the event.

I suppose it is comparable to a to-do weekly list rather than a scheduling application.

Here is a video to help you visualize:

You can find the full code on my github.

To use it, run

go run main.go
in your terminal. Then open "http://localhost:8080" in your browser. You should lend on the web application.