https://github.com/shravzzv/items-lister
Final exercise from DOM manipulation YouTube course by Brad Traversy.
https://github.com/shravzzv/items-lister
bradtraversy dom dommanipulation js theodinproject
Last synced: 3 months ago
JSON representation
Final exercise from DOM manipulation YouTube course by Brad Traversy.
- Host: GitHub
- URL: https://github.com/shravzzv/items-lister
- Owner: shravzzv
- License: bsd-2-clause
- Created: 2023-08-05T08:56:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T05:11:40.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T22:59:40.416Z (5 months ago)
- Topics: bradtraversy, dom, dommanipulation, js, theodinproject
- Language: CSS
- Homepage: https://shravzzv.github.io/Items-lister/
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Items Lister
The Items Lister project is designed to help me learn DOM manipulation by creating a simple items lister using HTML, CSS, and JavaScript.

## Features
- Add items to the list dynamically.
- Remove items from the list.## Getting Started
To get started with the Items Lister project, follow these steps:
1. Clone the repository: `git clone https://github.com/shravzzv/Items-lister`
2. Open `index.html` in your web browser.## Usage
1. Enter the item in the input field.
2. Click the "Submit" button to add the item to the list.
3. To remove an item, click the delete button next to the item.## Contribute
- [Issue Tracker](https://github.com/shravzzv/Items-lister/issues)
- [Source Code](https://github.com/shravzzv/Items-lister)## License
The project is licensed under the BSD license.