ToCry a fancy ToDo/Kanban web app

I got sick of limitations in a ToDO app I was using and thought “this can’t be too hard, can it?” and it wasn’t.

So: https://tocry.ralsina.me

Will in the future make it multiboard/multiuser but is currently “Just Enough App®️” for me

3 Likes

Seems like it’s down?

Not right now! (I was updating the server)

I mean, the app itself is broken in the latest release because of a stupid bug but I am uploading a fix for that too

1 Like

The best kind of projects.

image

Considered HTMX? Without trying the app, I would assume you could move a lot of JS code to Crystal code with it.

I use HTMX on other projects but not on this one because I was aiming for reeeeeally smooth UX so just vanilla JS seemed like a good idea.