A simple JS native Todo app Test: https://wilson-js-todo-app.netlify.app/ How to use: Input text Press the Plus icon to add the task to list When done with the task, press the Trash icon to remove task. Feature: Implement local storage to store the tasks. You can refresh and not lose the task.