Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 531 Bytes

File metadata and controls

26 lines (16 loc) · 531 Bytes

📝 Todo List App (JavaScript)

A simple Todo List application built using HTML, CSS, and Vanilla JavaScript.
This project demonstrates basic DOM manipulation, event handling, and dynamic UI updates without page reloads.


🚀 Features

  • ➕ Add new todo items
  • ✏️ Edit existing todos
  • 🗑️ Delete individual todos
  • ⚡ Real-time updates using JavaScript DOM methods

🛠️ Technologies Used

  • HTML
  • CSS
  • JavaScript (Vanilla JS)

📂 Project Structure