Live data from Hacker News

Show HN: Remember – A progressive Todo app

github.com

1–10 of 39 posts

Re: Show HN: Remember – A progressive Todo app

#8

The application is great but you illustrate perfectly what the web development is becoming, tens of files for just 3 features (add, edit, complete)

Perhaps it wasn't OP's intention to make the most elegant Todo application, but rather learn a a new set of tools while creating an application (s)he's rather familiar with?

Then again I actually have no idea.

You could easily write a VERY simple Todo application with the three features you mentioned (add, edit, complete) using an HTML file and some Javascript.

At first glance, I don't suspect OP is trying to create the best Todo application of all time.

Re: Show HN: Remember – A progressive Todo app

#9
post #8

The application is great but you illustrate perfectly what the web development is becoming, tens of files for just 3 features (add, edit, complete)

Perhaps it wasn't OP's intention to make the most elegant Todo application, but rather learn a a new set of tools while creating an application (s)he's rather familiar with? Then again I actually have no idea. You could easily write a VERY simple Todo application with the three features you mentioned (add, edit, complete) using an HTML file and some Javascript. At first glance, I don't suspect OP is trying to create…

I think you're correct:

"I built to learn about progressive webapps or PWA"

Re: Show HN: Remember – A progressive Todo app

#10
post #9
post #8

Earlier quoted context omitted.

Perhaps it wasn't OP's intention to make the most elegant Todo application, but rather learn a a new set of tools while creating an application (s)he's rather familiar with? Then again I actually have no idea. You could easily write a VERY simple Todo application with the three features you mentioned (add, edit, complete) using an HTML file and some Javascript. At first glance, I don't suspect OP is trying to create…

I think you're correct: "I built to learn about progressive webapps or PWA"

What is a "progressive" web app? Serious question!

EDIT: Thanks for the explanations!

Post reply on HN