vikitaotiz/todo_list

There is a bug when trying to add

Opened this issue · 0 comments

Hi, Victor! Your code looks great. There are some bugs that you need to fix :

  • in the UI, there is no button for adding a task. We tried to use the enter key, and it didn't work, which make it impossible to add a book.
  • the remove button is better to be shown after selecting the task.
  • following the JavaScript best practices, it would be better to avoid alert() in your code, use a model instead.
    Apart from that, your web application looks really great. Cheers and happy coding