Skip to content

A basic To-Do List web application created with pure HTML, CSS, and JavaScript. It allows users to view a list of pending tasks, add new tasks via a form, edit them and remove them when completed. This project was developed as part of a Front-End Bootcamp module focused on DOM manipulation with JavaScript.

Notifications You must be signed in to change notification settings

DavidV125/to-do-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

To-Do List - DOM Manipulation Project

📌 Description

English: This project is a basic To-Do List web application created with pure HTML, CSS, and JavaScript. It allows users to:

  • View a list of pending tasks.
  • Add new tasks via a form.
  • Remove tasks when completed.

This project was developed as part of a Front-End Bootcamp module focused on DOM manipulation with JavaScript.

Español: Este proyecto es una aplicación web básica de Lista de Tareas, creada con HTML, CSS y JavaScript puros. Permite a los usuarios:

  • Ver una lista de tareas pendientes.
  • Agregar nuevas tareas mediante un formulario.
  • Eliminar tareas cuando se completan.

Este ejercicio fue desarrollado como parte de un módulo del Bootcamp de Front-End enfocado en la manipulación del DOM con JavaScript.

🛠 Features

English:

  • Toggle visibility of the task form.
  • Dynamically add new tasks to a table.
  • Remove tasks with a "Finish" button.
  • Tasks are handled through an internal array.

Español:

  • Mostrar/ocultar el formulario para agregar tareas.
  • Agregar nuevas tareas dinámicamente a una tabla.
  • Eliminar tareas con el botón "Finalizar".
  • Las tareas se manejan mediante un arreglo interno.

🚀 How to Use

English:

  • Download or clone the repository.
  • Open the index.html file in your browser.

Español:

  • Descarga o clona el repositorio.
  • Abre el archivo index.html en tu navegador.

📷 Preview

image image

About

A basic To-Do List web application created with pure HTML, CSS, and JavaScript. It allows users to view a list of pending tasks, add new tasks via a form, edit them and remove them when completed. This project was developed as part of a Front-End Bootcamp module focused on DOM manipulation with JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published