|
|
|
|
|
by znpy
3959 days ago
|
|
Hey, you may want to check this out: https://stack-todolist.herokuapp.com/
It's an application I wrote as I was learning Go.It's a "bookmark stack". You want to save a link? You push it in the stack. You want to read something interesting ? You trust your past self and pop something from the stack. One of the ideas is not to know what's on the stack until you've popped it out, and get used to read a page carefully once it's popped, and not to stack links "indefinitely". It a bit WIP, but feedback are welcome. Next thing on the to-do list is bootstrappizing the general look&feel. |
|