项目作者: OnrHng

项目描述 :
Basic Shopping List
高级语言: JavaScript
项目地址: git://github.com/OnrHng/ToDoList.git
创建时间: 2019-08-26T11:20:34Z
项目社区:https://github.com/OnrHng/ToDoList

开源协议:

下载


ToDoList

Basic Shopping List

the Shopping List to do the following:

  1. If you click on the list item, it toggles the .done class on and off.

  2. Add buttons next to each list item to delete the item when clicked on its corresponding delete button.

  3. When adding a new list item, it automatically adds the delete button next to it
    (hint: be sure to check if new items are clickable too!)