A basic to-do list web application that allows users to add, complete, edit, and/or delete items of their choosing.
- Vanilla JS
- CSS
- HTML
Users can add an infinite amount of items by using the main input field.
Users can check off any specified item by clicking the black checkmark to turn it green.
Users can edit any item's name and save changes.
Users can permanently wipe an item from the list by clicking the trash button.
To allow for more than 10 items, the to-do list will create a scrollbar to prevent data loss.