Creating a ToDo list using Vue.js
- Html
- Css
- Javascript ES6
- Vue.js
#1 Create a todo list with an array in data.
#2 Add an input field and a button to add new element to the list by clicking on "aggiungi".
#3 Delete an element by clicking on the trash icon.
BONUS Add an element by pressing "enter" on keyboard.