To-do App feedback needed

Hi,

Looking for feedback on my To-Do list app.


https://tchoukoualeu.github.io/To-do-list/

Thanks

It looks good! I like the pastel colors.
One thing you might want to deal with is what happens if the user inputs a task that’s more than around 35 characters long*. It’s spilling out of the todo list box now, and it looks broken. Might be better if you could get the text to wrap to the next line.

  • It looks like it’s only certain longer words that will go out of bounds, not as big of an issue, but still might be worth looking into. I think you can solve that problem with flexbox.

Thanks for your input. :grinning:
Will definitely be working on adding this feature to the app soon.