Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 790 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 790 Bytes

TO DO LIST

The Challenge

  • This exercise creates a to-do list where the user can add new tasks by entering text in the input field and clicking the "Agregar (Add)" button.
  • Each task is added as a list item (<li>) with two buttons: one to mark the task as completed and another to remove it from the list.
  • Clicking the "Completar (Complete)" button changes the style of the task with a strikethrough. Clicking the "Eliminar (Delete)" button removes the task from the list.

Screenshot (Desktop)

Screenshot

My Process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • JavaScript
  • DOM Manipulation

Author