A simple and responsive to-do application built using HTML, CSS, and JavaScript. The application allows users to manage daily tasks by adding new tasks, marking them as completed, deleting them, and automatically saving them in the browser using Local Storage.
- ➕ Add new tasks
- ✅ Mark tasks as completed
- 🗑 Delete tasks
- 💾 Automatically save tasks using Local Storage
- 🔄 Tasks persist after refreshing the page
- 📱 Responsive and clean user interface
- HTML5
- CSS3
- JavaScript (ES6)
- Browser Local Storage API
todoApp/
├── css/
├── js/
├── index.html
└── README.md
git clone https://github.com/prahans/todoApp.gitcd todoAppOpen index.html in your preferred web browser.
This project helped me strengthen my understanding of:
- DOM Manipulation
- JavaScript Event Handling
- Working with Arrays and Objects
- Browser Local Storage API
- Responsive Web Design
- Building Interactive User Interfaces
If you found this project helpful, consider giving it a ⭐ on GitHub.
This project is for educational purposes only.

