In this project we will be using webpack to create, edit, and delete tasks from a list of tasks created by the user, the main goals of this project are: Use webpack to bundle JavaScript. Learn how to use proper ES6 syntax. Use ES6 modules to write modular JavaScript.
DRY: Don't repeat yourself! (yes, it's ok)
KISS: Keep It Simple, Stupid. (yes, I believe is simple) YAGNI: You Aren't Gonna Need It. (Some code cant bed erased in list_Todos-todosElemment)