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 basic To-Do List web application created with pure HTML, CSS, and JavaScript. It allows users to view a list of pending tasks, add new tasks via a form, edit them and remove them when completed. This project was developed as part of a Front-End Bootcamp module focused on DOM manipulation with JavaScript.