Create a todo list app that has the following look and feel
Notes:
- You can use text-decoration:line-through to get the strike through effect
- Using v-model on a checkbox will give the checked state, whether true or false
This lesson covers how to selectively apply classes to elements.