Build on your static Todo List by adding interactivity using JavaScript. This course will teach you how to manipulate the DOM and handle user events to dynamically update the Todo List without a backend server.
Overview
Syllabus
- Lesson 1: Linking JavaScript to Dynamically Add Items
- Lesson 2: Deleting Todo Items
- Lesson 3: Adding Checkboxes to Mark Completion
- Lesson 4: Reordering Todo Items
- Lesson 5: Storing Todos Locally