todoApp made with html,css and vanilla javascript.
Yet another todo-App to learn JavaScript and web technologies.
This is one page App using localstorage to store todo list beetween sessions.
basic functionality is implemented: can add tasks can complete task can remove task from the list
yet to be implemented: different views -> to see only active tasks to see only completed tasks