A lightweight web app built with vanilla JavaScript for managing your shopping list:
- Add items
- Edit items
- Delete items
- Data persists in Local Storage
- Add new shopping items
- Edit existing items
- Delete items
- Built with DOM manipulation and Local Storage (no backend)
- JavaScript (ES6)
- HTML5 & CSS3
- Local Storage API
Built as a learning project to practice DOM manipulation and persistent storage. No longer maintained.
git clone https://github.com/Baizho/Shopping-list-web.git
cd Shopping-list-web
# (open index.html in your browser)