Live data from Hacker News

Show HN: A TO-DO app that fits inside a single tweet

ruky.me

1–10 of 56 posts

Re: Show HN: A TO-DO app that fits inside a single tweet

#4
My version is even shorter and has a closing -tag and even -tags for the swag:

  new TodoApp({});
It's obviously just a concept and doesn't work yet (example.com, durr!) but it's in the same spirit. It only relies on a general purpose todo app library. Default options of course! (Which fortunately make it mount on body)

Re: Show HN: A TO-DO app that fits inside a single tweet

#5
post #3
post #2

I am not very familiar with JS but doesn't loading a framework externally kind of defeat the purpose?

Op here: you can’t do it with plain js Plus it’s ok to use frameworks according to the tweet

Care to elaborate? There are some nifty tricks when it comes to golfing JS.

Re: Show HN: A TO-DO app that fits inside a single tweet

#6

My version is even shorter and has a closing -tag and even -tags for the swag: new TodoApp({}); It's obviously just a concept and doesn't work yet (example.com, durr!) but it's in the same spirit. It only relies on a general purpose todo app library. Default options of course! (Which fortunately make it mount on body)

Woah, that's amazing! Put this on your resume and then change your Twitter bio to "rockstar JS developer".

Re: Show HN: A TO-DO app that fits inside a single tweet

#7
post #2

I am not very familiar with JS but doesn't loading a framework externally kind of defeat the purpose?

I wouldn't say so, since it's a general purpose framework. In most languages you use a framework to build GUI applications. Working with the DOM in pure JS is pretty verbose.

Re: Show HN: A TO-DO app that fits inside a single tweet

#9

My version is even shorter and has a closing -tag and even -tags for the swag: new TodoApp({}); It's obviously just a concept and doesn't work yet (example.com, durr!) but it's in the same spirit. It only relies on a general purpose todo app library. Default options of course! (Which fortunately make it mount on body)

Woah, that's amazing! Put this on your resume and then change your Twitter bio to "rockstar JS developer".

rockstar ninja assassin js developer

Re: Show HN: A TO-DO app that fits inside a single tweet

#10

My version is even shorter and has a closing -tag and even -tags for the swag: new TodoApp({}); It's obviously just a concept and doesn't work yet (example.com, durr!) but it's in the same spirit. It only relies on a general purpose todo app library. Default options of course! (Which fortunately make it mount on body)

Ha ha I almost gave up and wanted to do the same

But then I realized I’ll be able to figure it out

It’s done for the challenge :)

Post reply on HN