Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/km-saifullah/shopping_list
A Basic JavaScript DOM Project.
https://github.com/km-saifullah/shopping_list
css document-object-model dom html javascript
Last synced: 1 day ago
JSON representation
A Basic JavaScript DOM Project.
- Host: GitHub
- URL: https://github.com/km-saifullah/shopping_list
- Owner: km-saifullah
- Created: 2023-11-04T11:53:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-07T08:21:04.000Z (about 1 year ago)
- Last Synced: 2023-11-07T09:30:24.095Z (about 1 year ago)
- Topics: css, document-object-model, dom, html, javascript
- Language: JavaScript
- Homepage: https://km-saifullah.github.io/shopping_list
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopping List
## A very basic JavaScript DOM project
This is a very basic project on DOM. You can make a shopping list with the help of this project. Here, are some key features of this project:
1. Add a new item in your shopping list
2. Delete an item from the shopping list
3. Delete all the items from the shopping list![Shopping List UI ](./images/shopping_list_UI.PNG)
### Future Update
1. Edit the shopping list
2. Add a checkmark to the shopping list### Project Demonstration
[![Watch the video](./images/shopping_list_UI.PNG)](https://www.youtube.com/watch?v=wI8GZjsY4Qw)