Interactive to Do List

Introduction

In this post, Iā€™m testing to see how this will work.

Actions

  • šŸ”¹ Step 1: Build a interactive to do list using javascript.
  • šŸ”¹ Step 2: Implemented event handles and DOM components to design the list.
  • šŸ”¹ Step 3: Deployed using Github repo before pushing it to live server.

Result

Below is the result.

Live Demo

GitHub Repository


  • šŸ“ Summary of Key Findings:
    • Created a input field and buttons that allow the user to add a task and store it.

    • Importance of setting conditions based on what the user enters and create a result.

    • Learning about DOM element creation using Child & Parents to add content to the page using Javascript instead of using HTML.

Future Considerations

  • šŸ’” Potential improvements:
    1. Cleaner script

    2. Fix some bugs and issues in the saving and editting side of the program.