Skip to content

melohere16/se_project_todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description: This project is a to-do list web application built using JavaScript classes and modules. Users can add, check off, and delete tasks. The application features form validation with live feedback, ensuring tasks are correctly entered before submission.

Key features include:

Object-Oriented Design: Uses Todo and FormValidator classes to organize code.

Dynamic Todo Management: Add new todos with unique IDs, mark tasks as complete, and delete tasks.

Form Validation: Prevents invalid input, highlights errors, and disables the submit button until inputs are valid.

Module-Based Structure: Organized using ES6 modules for components (Todo.js, FormValidator.js) and utilities (constants.js).

Persistent & Scalable: Designed to be easily extended with additional features like due dates, categories, or storage.

Technologies Used: HTML, CSS, JavaScript (ES6+), GitHub Pages for deployment.

link: https://melohere16.github.io/se_project_todo-app/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •