A simple to-do list I made while learning HTML, CSS, and JavaScript.
I’m using it to keep track of my own tasks and (hopefully) avoid procrastinating.
It also saves everything in the browser using local storage, so my tasks stay even after refreshing or closing the page.
- Add tasks
- Mark tasks as done
- Delete tasks
- Saves tasks in local storage
- Minimal design with SVG icons
- Open the demo link.
- Type a task in the input box and hit Enter.
- Tick a task when it’s done.
- Click the trash icon to remove a task.
- Your tasks will still be there next time you open the page.
- HTML
- CSS
- JavaScript
- Local Storage
- SVG icons