Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 1.11 KB

File metadata and controls

58 lines (34 loc) · 1.11 KB

✅ To-Do List Web App — CodTech Internship Task 4

This is Task 4 of my internship at CodTech, where I built a responsive, localStorage-powered To-Do list application using HTML, CSS, and JavaScript.


✨ Features

  • 📝 Add, complete, and delete tasks
  • ✅ Mark tasks as done with a single click
  • 💾 Tasks are saved in browser using localStorage
  • 🌈 Soft light-themed UI with distinct task box color
  • 📱 Mobile-friendly and responsive design

🛠️ Technologies Used

  • HTML5
  • CSS3
  • JavaScript (Vanilla)
  • localStorage API

▶️ How to Run

  1. Clone the repository or download the ZIP
  2. Open index.html in any modern browser
  3. Start adding tasks!

📸 Screenshot

To-Do List Preview



🎯 What I Learned

  • DOM manipulation and event handling
  • State management using browser localStorage
  • Creating clean, reusable UI components
  • Styling and spacing for clean UX

🙌 Credits

This project was created as part of my internship with CodTech.
Feel free to fork it and build on it for your own productivity app!