issues
search
mullenlucas
/
todo-list
A "to-do" list management project
5
stars
0
forks
source link
Following JS best practices
#9
Closed
mullenlucas
closed
2 years ago
mullenlucas
commented
2 years ago
Known issues
Add the option to add a new list with the 'enter' key
Remove the 'edit/remove' menu when clicking outside it
As shown in this:
https://github.com/mullenlucas/todo-list/blob/b917cfba0713499535f46359d7e75892440e7950/src/modules/AddHtml.js#L1
Make the 'addHtml' function simpler with less confusing parameters
Change the way the index is being followed, since there are two variables 'currentIndex' and 'numt' and makes it confusing
https://github.com/mullenlucas/todo-list/blob/b917cfba0713499535f46359d7e75892440e7950/src/index.js#L14
Known issues