Learn TypeScript 3 by Building Web Applications
上QQ阅读APP看书,第一时间看更新

What will you build?

It has now become a rite of passage for developers learning new programming languages and frameworks, so we will abide and build a todo (that is, task) management web application that we'll call TodoIt.

TodoIt will have the following features:

  • Add a new todo item
  • List existing todo items
  • Filter the list of existing todo items
  • Remove a single todo item
  • Remove all todo items