Skip to content

This is a solution for the "Basic DOM Manipulation" exercise of the Make It Real course.

Notifications You must be signed in to change notification settings

Mara-Cruz/To-do-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a solution for the "Basic DOM Manipulation" exercise of the Make It Real course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published