Work
- Do stuff
- Make Front-End magic
- COFFEE!!11!
Don't we all love them? This is a first attempt to create a Object Oriented To-Do List in JavaScript. Try add a new entry by typing in the input field and hitting enter.
Remove always removed the first item. Needs to be fixed.
Remove, Undo and adding new Entries works now. New Lists are created with a
init()
function.
Thanks to ZyklusDieWelt's comment on Reddit there's now better history handling, in other words: Undo ALL the things! Also thanks to XiSExecute's for pointing out unused stuff.
Meanwhile it really got interesting so if you're a JavaScript beginner like me take a look at it .