A clean, responsive To-Do List web app built with HTML, CSS, Bootstrap, and JavaScript. Manage your daily tasks with ease β add, edit, delete, and mark them complete. All tasks are stored in your browser using localStorage for persistence.
- β Add, edit, delete, and complete tasks
- πΎ Save tasks in
localStorage - β¨ Real-time feedback using Bootstrap alerts
- π§ Duplicate prevention and update detection
- β¨οΈ Escape key support to cancel editing
- π± Fully responsive and mobile-friendly layout
- HTML5 β Structure and layout
- CSS3 β Styling and theme with custom properties
- Bootstrap 5 β UI components and responsive design
- JavaScript (Vanilla) β Dynamic DOM manipulation and logic
- Font Awesome β Icon support
- localStorage API β Persistent task management
- Clone this repository:
git clone https://github.com/codeXsidd/responsive-to-do-list.git