ismayito / Todo-list-project

MIT License
1 stars 0 forks source link

Peer-to-peer code review #7

Open AlselwiAisha opened 11 months ago

AlselwiAisha commented 11 months ago

Hi @ismayito You have a good code. However, you may need to pay attention to the following: When the user can save an empty task that is not good, to solve that you can add a condition when you save a new task if the task is empty don't save, as the same when updating the task if the task is empty remove it that make your project better.

todolistPNG