A To-Do List using Vanilla JavaScript
- This is a To-Do List using vanilla Javascript.
- Try It Online!
Main features
- Create to-do task.
- Switch task status between
todo
anddone
. - Delete tasks at any time.
- Use local storgae to store your tasks.
todo
and done
.