/todo-list

Primary LanguageJavaScript

Todo List


Requirements

Let's create a simple todo list program.

Input

  • Our todo list

Process

  • Storing and retrieving information

Output

  • Our todo list ;)

Level 0

  • Research a bit what you're going to model the todo list after
  • Sketch out your plan, try to type a simple pseudocode, then get some experiment going!
  • Have fun of creating a todo list program. :)

Level 1

  • Store and retrieve a single type of information in an array

Level 2

  • Store and retrieve multiple types of information in several objects that stored in an array