This is a simple shopping list application built with Vanilla JavaScript. It allows users to add, update, and delete items from the list. The application uses local storage, so the list remains available even after a page refresh.
- Add new items to the list
- Update existing items
- Delete items from the list
- Persist the list in local storage for availability across sessions
- Enter the name of the item in the input field.
- Click the 'Add' button to add the item to the list.
- To update an item, click on the item name, modify it, and press 'Enter'.
- To delete an item, click the 'Delete' button next to the item.
No special setup is required. Just clone the repository and open index.html
in your browser.
git clone <https://github.com/Umairulislam/Shopping-List-Project.git>
cd <Shopping-List-Project>
open index.html
- HTML
- CSS
- JavaScript
- Bootstrap