- 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