A clean, responsive, and user-friendly To-Do List web app built with HTML, CSS, and Vanilla JavaScript β designed with a focus on minimalism and clarity.
- β Add & remove tasks with one click
- β Mark tasks as complete (strike-through)
- β Confirm before deleting tasks
- β Responsive layout for mobile and desktop
- β Minimal, modern design using custom fonts and subtle animations
π Live Website
- DOM manipulation and event delegation
- Dynamic element creation and removal
- Building responsive UIs with modern CSS
- Semantic HTML and clean accessibility structure
- HTML5
- CSS3 (Flexbox, media queries, animations)
- JavaScript ES6+ (arrow functions, template literals, destructuring)
- Use
localStorageto save and load your tasks, even after refreshing the webpage.