- HTML
- CSS
- JS
Simple Todo App where can we add, edit and delete tasks.
Tasks are displayed in list or grid.
Tasks are not saved anywhere. Vanish after page refresh.
- Task index
- Sum of tasks
- Clear All tasks with button
- Default input validation
- Custom scrollbar
HTML task list is rendered from JS array after each action. Array will be updated when adding, editing or deleting tasks.