A simple tasks app using vanilla JavaScript
- Features
- Error Handling
- Add a new task
- Counter for pending tasks
- Counter for completed tasks
- Pending Tasks
- Complete - click on the cross
- Rename
- Delete
- Completed Tasks
- Move back to pending - click on the cross
2 elements have error control
- Error message when empty
- Alerts the user
- Red border around the input element
- Error when the renamed task is empty
- Red border around the input element to display where the error is coming from