A clean and intuitive Task Manager web application built with HTML, CSS, and JavaScript. This tool allows users to add, edit, delete, and manage tasks with real-time updates and persistent local storage.
Deeployed Link : https://task-manager-smoky-six.vercel.app/
- β Add new tasks
- βοΈ Edit existing tasks
- βοΈ Mark tasks as complete/incomplete
- ποΈ Delete tasks
- π Task creation and completion timestamps
- β» Data persistence using
localStorage - π¨ Responsive and modern UI
- HTML5
- CSS3 (Custom Properties & Responsive Design)
- Vanilla JavaScript (Classes, DOM Manipulation, Local Storage)
index.html # Main file containing all HTML, CSS, and JavaScript
README.md # Project overview and documentation
-
Clone this repository:
git clone https://github.com/your-username/task-manager.git cd task-manager -
Open
index.htmlin your preferred browser.
That's it! Your task manager is ready to use.
- Add drag-and-drop support for reordering tasks
- Integrate with backend for user-specific task storage
- Add due dates and reminders
This project is licensed under the MIT License - see the LICENSE file for details.
