Skip to content

Latest commit

Β 

History

History
33 lines (23 loc) Β· 1.04 KB

File metadata and controls

33 lines (23 loc) Β· 1.04 KB

Responsive-ToDo-List

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.


πŸ“‹ Key Features

  • βœ… 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

πŸ› οΈ Technologies Used

  • 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

πŸš€ Getting Started

  1. Clone this repository:
    git clone https://github.com/codeXsidd/responsive-to-do-list.git