Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 413 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 413 Bytes

A simple ToDos list:

Features:

  1. Add item to your list. (✓)
  2. Remove single item (✓)
  3. Remove all completed items. (✓)
  4. It has persists storage to store all your todos (✓)

Screenshots:

Add item to your list

Add item

Remove single item

Remove item

Remove all completed items

Remove completed item