Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sahilcreate/mdn-dom-manipulation-exercise


https://github.com/sahilcreate/mdn-dom-manipulation-exercise

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# mdn-dom-manipulation-exercise

In this challenge we want to make a simple shopping list example that allows you to dynamically add items to the list using a form input and button. When you add an item to the input and press the button:

-The item should appear in the list.
-Each item should be given a button that can be pressed to delete that item off the list.
-The input should be emptied and focused ready for you to enter another item.

[link](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Client-side_web_APIs/Manipulating_documents#active_learning_a_dynamic_shopping_list)