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.
- 📝 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
- HTML5
- CSS3
- JavaScript (Vanilla)
- localStorage API
- Clone the repository or download the ZIP
- Open
index.html
in any modern browser - Start adding tasks!
- DOM manipulation and event handling
- State management using browser localStorage
- Creating clean, reusable UI components
- Styling and spacing for clean UX
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!