Show HN: A TO-DO app that fits inside a single tweet
1–10 of 56 posts
Re: Show HN: A TO-DO app that fits inside a single tweet
#2Re: Show HN: A TO-DO app that fits inside a single tweet
#3I am not very familiar with JS but doesn't loading a framework externally kind of defeat the purpose?
Re: Show HN: A TO-DO app that fits inside a single tweet
#4 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
#5Re: Show HN: A TO-DO app that fits inside a single tweet
#6My 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
#7I am not very familiar with JS but doesn't loading a framework externally kind of defeat the purpose?
Re: Show HN: A TO-DO app that fits inside a single tweet
#8Re: Show HN: A TO-DO app that fits inside a single tweet
#9My 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
#10My 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)
But then I realized I’ll be able to figure it out
It’s done for the challenge :)