To-Do List with localStorage and TypeScript

Todo project

In this simple project, I built a To-Do app using TypeScript and localStorage. There were some challenges using TypeScript and the configuration file so I took the Mastering TypeScript course from Colt Steele to help me with some concepts. The main purpose is to add some items to the list and check them so they can be deleted after.

Here is some of the TypeScript on the code:

todo code snippet 1

And the following code snippet shows both TypeScript and localStorage working together:

todo code snippet 2

Take a look at its full code or see it live