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
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