[Simple Web Apps] 3. Building a simple todo list
In this article, let's see how we can implement a basic version of a ToDo list using HTML, CSS, and Typescript.
This is going to be something like the below:
<html>
<head>
<title>Basic To Do application</title>
<meta charset="UTF-8" />
...
arunkumars08.hashnode.dev3 min read