- Spinny wheel for todo task completion
# Using `make`
make
# Without `make`
go build
- Note: Building with or without
make
leads to a differently named binary:- with
make
:spins
- without
make
:neurod-task-spin
- they both do the same thing, just a name change
- with
.
├── assets ; css / js for website
├── imgs ; images to show off repo more
├── lib ; go logic
└── templates ; how the html is rendered