To-Do Lists!

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.

The conversation on Reddit is growing!

Meanwhile it really got interesting so if you're a JavaScript beginner like me take a look at it .

Work

  • Do stuff
  • Make Front-End magic
  • COFFEE!!11!

ToDoList Script

  • Auto-Generate Markup
  • LocalStorage or MongoDB
  • New colors
  • Mark as done before delete
  • DRYer Code (adding Events "dynamically"?)
  • Undo Function
  • Delete Function