Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 688 Bytes

readme.md

File metadata and controls

14 lines (9 loc) · 688 Bytes

TODO LIST MANAGER

A week-long task to train and develop JS skills. No side libraries used.

HOW TO USE

  1. Create a todo via input and a сохранить button;
  2. You may edit your todo via редактировать button. You will see an input field on the right where you may type your new TODO;
  3. Delete your todo via Удалить button.
  4. When your task is done check the checkbox on the left. Your finished TODOs are stored at the bottom of the page.

NOTE

Your tasks are stored on the local storage of your device. When page is loaded, your old TODOs will appear on a page. You may clear the TODO list via the Очистить список button.