π To-Do List Application
A simple and responsive To-Do List web application built using HTML, CSS, and JavaScript. This project helps users organize their daily tasks by allowing them to add and remove tasks easily through a clean and interactive interface.
π Features
β Add new tasks
β Delete completed or unwanted tasks
β‘ Real-time task updates
π± Responsive design for all screen sizes
π¨ Simple and user-friendly UI
π οΈ Technologies Used
HTML β Structure of the application
CSS β Styling and layout
JavaScript β Functionality and DOM manipulation
πΈ Preview
You can run the project locally by opening index.html in your browser.
π Learning Outcomes
Understanding DOM manipulation
Handling user events in JavaScript
Creating dynamic UI components
Improving frontend development skills