Skip to content

Instantly share code, notes, and snippets.

@Nicktho
Created August 15, 2016 10:26
Show Gist options
  • Save Nicktho/b8e1ab86f71ab88341a8a655060b0244 to your computer and use it in GitHub Desktop.
Save Nicktho/b8e1ab86f71ab88341a8a655060b0244 to your computer and use it in GitHub Desktop.

Exercize

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment