This To-Do List project is a web application developed as part of The Odin Project's JavaScript course. It implements features to manage tasks with different priorities, due dates, and projects, allowing users to organize their tasks effectively.
- Persistence: Implemented Web Storage API to store tasks locally, ensuring data persists on page refresh.