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.
A simple web application that allows users to create and manage a list of tasks or to-dos. Users can add, delete, and update tasks, as well as mark tasks as complete.
Developed a functional To-Do List application using Java and Swing, featuring task addition, completion, and removal functionality. Utilized GUI design principles and event handling to create a user-friendly interface.