Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 456 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 456 Bytes

Task-List

View my project here.

A simple Task To-Do List to add, complete, and remove items.

Included Feature List items:

  • Alert box displayed when clicking 'Add' button without entering text
  • Task can be added both clicking button AND using enter key
  • Trash icon removes unneeded task
  • Check icon moves task to 'Complete' section
  • Tried using JS to implement local storage save