Todo List
About
It is a todo list, you can add your tasks with dates and delete it when you are done.
Learnings
HTML
Basic input and Button elements.
CSS
Used grid display property to arrange the contents.
JS
Used object array to store the task and date and used two functions to add and render task.