This is a simple and intuitive To-Do List web app designed to help users organize and manage their daily tasks efficiently. Users can add new tasks, mark tasks as completed, and delete tasks they no longer need. The app features a clean and responsive design that works well on both desktop and mobile devices.
The project is built using plain HTML, CSS, and JavaScript, demonstrating DOM manipulation and event handling without any external libraries. It is a great example for beginners who want to learn how to create interactive web apps from scratch.
- Add new tasks dynamically.
- Mark tasks as completed with visual feedback.
- Delete tasks individually.
- Responsive layout for different screen sizes.
- Lightweight and fast with no backend dependencies.
- HTML5
- CSS3
- JavaScript (ES6)
Feel free to explore, use, or modify this project to fit your needs.