Skip to content

ManikanthGaddam/advanced-dom-javascript-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Advanced DOM JavaScript Assignment

Smart Contact Form

Located in the contact-form/ directory, this application provides a contact form with real-time validation, message history, and localStorage persistence. Features:

Form with name (min 2 chars), email (valid format), and message (min 10 chars) Real-time debounced validation (300ms delay) Success message on valid submission Message history with delete functionality using event delegation Persists messages in localStorage Empty state handling

Dynamic Todo List

Located in the todo-app/ directory, this application provides a todo list with search and filter capabilities. Features:

Add, complete, and delete todos Debounced search (400ms delay) Filter by All, Active, or Completed todos Todo counter showing total and completed todos Persists todos in localStorage Event delegation for todo interactions Empty state and no-results handling

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published