charlesgobina / to-do

Tod do is a web application that allow users to add tasks to the to-do list, remove completed tasks individually and collectively. Users also have the possibility update any task. Built with HTML, CSS, and JavaScript
3 stars 1 forks source link

Morning peer-peer review #8

Open cwaku opened 2 years ago

cwaku commented 2 years ago

Great job on your project progress. Everything looks and feels fine except for one thing I realized. The user is able to add an empty task which shouldn't be so. I'd suggest you create a logic to detect when the user attempts to add an empty task to the list and prevent it.

![]() Alt Text

charlesgobina commented 2 years ago

Thank you. I'll consider your suggestion

kingqabil commented 2 years ago

Good job!