This is a Todo list app that allows for adding tasks to a list, deleting and editing them. It is built using a local web server, and is an exercise to test my understanding of the http and html/template packages in Golang.
On Unix :
go build todo.go
./todo
Functions :
-
Seeing the tasklist :
-
Adding a task :
Todo :
- Display only non-empty fields
- Date and time handling
- Add input checking
- Add "add" button
- Prettier UI
- Editing tasks
- Deleting tasks