Go to file
thewhitetulip 872eb2967d changed deleted.gtpl to deleted.html 2015-11-21 10:01:14 +05:30
db fix build 2015-11-16 10:55:43 +09:00
public/static initial commit 2015-11-13 14:34:42 +05:30
templates changed deleted.gtpl to deleted.html 2015-11-21 10:01:14 +05:30
types now we display created timestamp on tasks 2015-11-14 15:40:21 +05:30
viewmodels fix build 2015-11-16 10:55:43 +09:00
Front End 2.png added additional info 2015-11-15 22:04:21 +05:30
Front End.png added additional info 2015-11-15 22:04:21 +05:30
License.txt added additional info 2015-11-15 22:04:21 +05:30
README.md added additional info 2015-11-15 22:04:21 +05:30
main.go subtemplated everything 2015-11-17 22:28:03 +05:30
schema.sql initial commit 2015-11-13 14:34:42 +05:30

README.md

Tasks

Tasks is a simplistic golang webapp to manage tasks, I built this tool to manage tasks which I wanted to do, there is a good kanban style boards, but I felt they were a bit too much for my taste. Also I wanted to learn the golang webapp.

Features:

  1. Add, update, delete note
  2. Search notes, the query is highlighted in the search results page

How you install?

  1. go get github.com/thewhitetulip/Tasks
  2. change dir to the respective folder and create a sqlite file and execute the schema.sql inside the file
  3. run go build

Either this or download the latest from the release tab above and enjoy!