Skip to content

fikrcamp/todo-dom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Todo list using DOM๐Ÿ’ช๐Ÿพ

Your task is to create a todo list using DOM.

Your Task ๐Ÿ˜ƒ:
  1. Using your DOM knowledge when user enters a task in the textbox and click the button
    • You need to create a new div element with the task user entered as the text
    • Give the new div element you created the class name of task
    • Append the new div element with the new task to the div with the class name of tasks

Good Luck ๐Ÿ˜€

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published