The Items Lister project is designed to help me learn DOM manipulation by creating a simple items lister using HTML, CSS, and JavaScript.
- Add items to the list dynamically.
- Remove items from the list.
To get started with the Items Lister project, follow these steps:
- Clone the repository:
git clone https://github.com/shravzzv/Items-lister
- Open
index.html
in your web browser.
- Enter the item in the input field.
- Click the "Submit" button to add the item to the list.
- To remove an item, click the delete button next to the item.
The project is licensed under the BSD license.