A week-long task to train and develop JS skills. No side libraries used.
HOW TO USE
- Create a todo via input and a сохранить button;
- You may edit your todo via редактировать button. You will see an input field on the right where you may type your new TODO;
- Delete your todo via Удалить button.
- 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.