A simple and interactive To-Do List application built with HTML, CSS, and JavaScript. This app allows users to add, manage, and delete tasks while displaying the current time and a personalized greeting based on the user's name and time of day.
- 🎉 Personalized greeting with the user's name and time-specific message (Good Morning, Afternoon, etc.).
- 🗓️ Displays the current date in a user-friendly format.
- ⏰ Live time display in 12-hour format (AM/PM).
- ✅ Add tasks with a single click.
- ❌ Delete tasks with a clean, interactive UI.
- 💄 Styled using CSS for a visually appealing design.
2.Greeting and Task Update Screen

.
├── README.md
├── index.html # Main HTML
│── style.css # CSS file for styling
└── script.js # JavaScript file for functionality
- Clone the repository.
- Open
index.htmlin your browser to view the app. - Customize the styles in
style.cssor functionality inscript.jsif needed.
- Dynamic greeting message.
- Add, update, and delete tasks.
- Responsive design.
This project is open-source and available under the MIT License.

