This is a simple web application for managing a shopping list. Users can add items to the list, mark items as completed, edit item names, and clear the entire list.
- Add items to the shopping list.
- Edit existing items on the list.
- Remove items from the list.
- Print a printable version of the shopping list.
- Clear the entire shopping list.
- HTML
- CSS
- JavaScript
Visit this link: https://look-a-furry.github.io/shopping-list/
-
Use the input field to add items to the shopping list.
-
Click on the "Edit" button to edit the name of an item.
-
Click on the "Remove" button to remove an item from the list.
-
Click on the "Print" button to print a printable version of the shopping list.
-
Click on the "Clear" button to clear the entire shopping list.
This project is licensed under the GNU License.