- The
Todaycontent the todo that is currently created in the todo list. - The
This Weekcontent the todo that are projected with a due-date within the current week. - The
Projectallow the creation of a collection of todo. - The
Todosection of the window display the collection of the all the todo in aProject. - The
In Progressis a display of all the todos that the due-date not yet reach.
This project is to exercise the implementation of the SOLID design principle
- S: Single responsibility
Single responsibility entells
"A module/class/object should be have Only a one responsibility". That is, a class or module or object should not for example change or manipulate the programs logic and at the seem time maniputate the DOM.