A Simple Page of ToDo App to memorise the things to do and delete after did it. Todo list app
A todo list app
#https://kkb-mmmut.github.io/ninjas_todos/ General steps to follow when creating a project
Thinking about the UI
Functionality - Add a TODO - Delete a TODO - check task - total items count
Data - tasks - an array - task - {done, text, id}
Functions (in code) - addTodo - deleteTodo - checkTodo - renderTodosList - showNotification