Skip to content

vanderAries/TodoApp-stage-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Todo App | stage: 1

Areas and techstack:

Frontend

  • HTML
  • CSS
  • JS

Description:

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.

Optional functions:

  • Task index
  • Sum of tasks
  • Clear All tasks with button
  • Default input validation
  • Custom scrollbar

Additional info:

HTML task list is rendered from JS array after each action. Array will be updated when adding, editing or deleting tasks.