This is my first ever project! It's a basic to-do list application built with vanilla JavaScript, HTML, and CSS. Tasks can be added, marked as completed, and removed. The app uses localStorage to save your tasks between page reloads.
- Add and remove tasks
- Mark tasks as completed (crossed out)
- Tasks are saved automatically using
localStorage
- HTML5
- CSS3
- JavaScript (ES6+)
localStorageAPI
- Filter tasks by complete/incomplete
- Add due dates or tags (e.g. assigning priority)
- Refactor into reusable functions and components
This is my first solo front-end project-- I'm very excited to showcase what I've learned regarding DOM manipulation. I'll continue to push features that I find useful.