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.
- š 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:
-
Cleaner script
-
Fix some bugs and issues in the saving and editting side of the program.
-