Preview link for todo-app
Web app for todo list
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
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
Added features:
- Toggle completed tasks
- Toggle all completed tasks at once
- Change current tasks
Features:
- Adds a todo list item
- Adds a delete button next to list item
- Delete button deletes a list item from todo list