TodoMVC (http://todomvc.com/) is a common problem that many developers solve when learning a new language. We'll be tackling TodoMVC in pseudocode for tonight's homework.
Create a Todo app in pseudocode.
A user should be able to:
- Add a todo
- Edit a todo
- Make a todo as completed
- View todos in order of completion
Extension
If you're finding yourself comfortable with pseudocode, see if you can add the following features:
- A user can reorder the todos
- A user can save / load todos