Deeper Dive Into ReactDDIR

Build a To-Do App in Vanilla JavaScript

Here is a very simple To-Do app.

  • learn React
  • learn TypeScript

If you are asked to create this in vanilla JavaScript (without using any libraries), how would you implement it?

Give it a try!

Our goal is not to recreate React, so only basic test cases for specific topic.

Complete above coding challenge before moving on.