todoList
- Very simple and basic to-do list;
- No kind of persistence implemented;
- Plain javascript, no frameworks used.
- No instalation needed.
- Add new tasks either by pressing the ENTER key or by pressing the button "New Task";
- Assign a task as done by checking the square next to it;
- Remove tasks by right clicking it's text and after that press "OK";
- Edit tasts by double clicking it's text and writing the new task.
- Improve UI by using custom context menus.
- Feel free to use however you like.