A “To-Do List” web application, built using HTML, CSS, and JavaScript, is a simple and interactive task management tool that helps users organize their daily activities. The app allows users to add new tasks, mark them as completed, and manage their list efficiently within a clean and modern interface. Each task appears instantly after being added, and completed tasks are visually distinguished with a line-through effect for better tracking.
Add tasks to your list instantly
Mark tasks as completed with a line-through effect
Clean and user-friendly interface
Stylish, responsive design with modern buttons and colors
Smooth and interactive user experience
HTML | CSS | JavaScript
Open index.html in any modern web browser.
https://github.com/FOSSCLUB-LBSITW/to-do-list.git
Adding Tasks: Type a task into the input field and click the Add button. The task will immediately appear in the list. Marking Tasks as Completed: Click the Done button (or task item, depending on implementation) to mark it as completed. The task will display a line-through effect to indicate completion. This fully client-side application runs directly in the browser and provides a simple yet effective way to manage everyday tasks.
Enjoy Playing!!