π <h1>Task Manager Web App</h1>
A simple and responsive Task Manager built using HTML, CSS, and JavaScript. This app allows users to easily create, edit, delete, and track tasks β perfect for organizing daily goals.
π Features
β¨ Add New Tasks with titles and descriptions
π Set and display due dates
β Mark tasks as complete or incomplete
β Edit existing tasks
π Delete tasks when done
πΎ Persistent storage using browser localStorage
π± Fully responsive UI (works on desktop and mobile)
π₯ Demo
π§ Live Demo: https://bindupriya-code.github.io/Algonive_Task_Manager/
π§© Tech Stack
Component Technology Used
Frontend HTML5, CSS3, JavaScript (ES6) Storage LocalStorage IDE Visual Studio Code Version Control Git & GitHub
πΈ Screenshots
Delete tasks when done
π Project Structure
task-manager/ βββ index.html βββ style.css βββ script.js βββ /assets β βββ (icons, images) βββ /screenshots β βββ (UI screenshots) βββ README.md
π§ Future Improvements
π Add cloud sync or backend integration
π Implement notifications or reminders
π Add dark mode toggle
π Add statistics (completed vs pending tasks)
π€ Contributing
Contributions are welcome!
Fork the repository
Create a new branch (git checkout -b feature-name)
Make your changes
Commit (git commit -m βAdd new featureβ)
Push (git push origin feature-name)
Create a Pull Request
πͺͺ License
This project is licensed under the MIT License. See the LICENSE file for details.