Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 291 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 291 Bytes
  • 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\