/todo-app

Web app for to do list

Primary LanguageJavaScript

Preview link for todo-app

Web app for todo list

Version 4

What's new:

  • New UI
  • Task is edited by double clicking on it
  • Removed add button for better UI (tasks added with Enter key)
  • Enter key now works only on active input field

Version 3

What's new:

  • Toggle completed button shows up next to every task
  • Add button is triggered by Enter

Refactured code:

  • Changed for loops into forEach

Version 2

Added features:

  • Toggle completed tasks
  • Toggle all completed tasks at once
  • Change current tasks

Version 1

Features:

  • Adds a todo list item
  • Adds a delete button next to list item
  • Delete button deletes a list item from todo list