JS Event Delegation

When should you use delegated events?

Todo App Features

  1. Add new todos
  2. Display new todos on the DOM
  3. Add seeded todos to the DOM on page load
  4. Target and remove todos from the DOM (via event delegation)

Getting Started

  1. Clone
  2. npm i
  3. Open src/index.html in your browser
  4. gulp