Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 518 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 518 Bytes

OneMoreToDoList

Introduce simple web 'to do list' for writing daily tasks.

1/ You can creating some tasks and they'll be written on the main page
2/ You can sign completed tasks like 'done' if press 'done' button or swipe the uncompleted task right more than 50px
3/ You can remove as completed as uncompleted task if press 'remove' button or swipe the task left more than 50px
4/ All you tasks will be store at localStorage on your browser, and if you reload the page they will appear on the page