A simple task manager built on pure JavaScript.

You can change background randomly color, if you do not like default color.
Then it shows current date.
To add new task you need to enter your task, choose deadline and category: 'Personal' or 'Working', then press 'Add task'.
When you complete task just click on checkbox. This task will go to the bottom. Also you can delete any task.
If you want to delete all tasks, you can press 'Delete all tasks'.
Tasks are stored in localStorage, so they would not not disappear.
You can click on the link in description
or
You can clone this repository: git clone https://github.com/bLuDd1/todo-list
Then open index.html in your IDE.


