Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 828 Bytes

File metadata and controls

26 lines (17 loc) · 828 Bytes

To-Do List App

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.

Features

  • Add and remove tasks
  • Mark tasks as completed (crossed out)
  • Tasks are saved automatically using localStorage

Technologies Used

  • HTML5
  • CSS3
  • JavaScript (ES6+)
  • localStorage API

Future Improvements (meta to-do list 🤣)

  • 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.