项目作者: EduardKuun

项目描述 :
Simple application for making visually appealing shopping lists.
高级语言: JavaScript
项目地址: git://github.com/EduardKuun/shopping-list.git
创建时间: 2019-05-08T10:41:52Z
项目社区:https://github.com/EduardKuun/shopping-list

开源协议:

下载


Shoppy

Simple application for making shopping lists.

Functionality

  • Add items to list
  • Remove items from list
  • Check items off list
  • Clear all items
  • Filter through items

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.

Built With

Add More Icons

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']