Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-07T05:11:40.000Z (over 1 year ago)
- Last Synced: 2024-12-08T11:08:37.092Z (about 2 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.
![homepage](https://res.cloudinary.com/dmt9s5xlh/image/upload/v1691230284/Items%20Lister/items_lister_nap6y6.jpg)
## 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.