/todoList

A local todoList application using go templates and server

Primary LanguageGo

TodoList

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.

Usage :

On Unix :

go build todo.go
./todo 

Functions :

Todo :

  • Display only non-empty fields
  • Date and time handling
  • Add input checking
  • Add "add" button
  • Prettier UI
  • Editing tasks
  • Deleting tasks