dennis-every / to-do-list

To do list is a web page where the user can see a list of todos, they can also add or remove todos to the list. Todos are saved to local storage.

Home Page:https://dennis-every.github.io/to-do-list/dist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Morning session Code Review

jmonto55 opened this issue · comments

Hi Dennis, here's a summary of our code review session:

  • Overall your project looks great, your functionalities are complete and the UI is working perfectly.
  • Kindly consider adding a description validation to your addTodo method to check if the correct element is being added.
  • There is nothing more to comment on, good job so far.