forked from OrgGo/Tasks
3364dff25e | ||
---|---|---|
config | ||
db | ||
public | ||
types | ||
views | ||
Front End 2.png | ||
Front End.png | ||
License.txt | ||
README.md | ||
main.go | ||
schema.sql |
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:
- Add, update, delete note
- Search notes, the query is highlighted in the search results page
How you install?
go get github.com/thewhitetulip/Tasks
- change dir to the respective folder and create the db file:
cat schema.sql | sqlite3 tasks.db
- run
go build
- ./Task
- open localhost:8080
Either this or download the latest from the release tab above and enjoy!