You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A responsive to-do list application built with vanilla HTML, CSS, and JavaScript. This project allows users to add, delete, and mark tasks as complete. It features a clean, user-friendly interface and uses local storage to save tasks, so your to-do list persists even after closing the browser. A great demo of core JS DOM manipulation skills.