Simple application for making visually appealing shopping lists.
Simple application for making shopping lists.
All items are stored to local storage.
The application also remembers which items have been checked or removed.Common items such as coffee or shampoo have pre-defined icons associated with them for a visually pleasant user experience.
Add any svg image to the img
directory with a suitable name such as peach.svg. Then in app.js
, add the file name given to the added image to the itemIcons
array.
const itemIcons = ['egg', 'bread', ..., 'peach']