To-Do List Chrome Extension

This is a simple to-do list Chrome extension.

Installation

  1. Clone or download this repository to your computer.
  2. Open Google Chrome and go to chrome://extensions/.
  3. Enable "Developer mode" by toggling the switch in the top-right corner.
  4. Click on the "Load unpacked" button.
  5. Select the directory containing the extension files (my-todo-extension).
  6. The extension should now appear in the list of installed extensions, and you can interact with it by clicking its icon in the Chrome toolbar.

Usage

  1. Click on the extension icon in the Chrome toolbar to open the to-do list popup.
  2. Enter a task in the input field and click "Add Task" to add it to the list.
  3. Click on the ❌ button next to a task to delete it from the list.
  4. Enjoy organizing your tasks with this simple to-do list extension!