Skip to content

Latest commit

 

History

History
63 lines (34 loc) · 1.58 KB

File metadata and controls

63 lines (34 loc) · 1.58 KB

To-Do List App

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.

Features

  • 🎉 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.

Demo

1.Enter Name Prompt Screenshot (189)

2.Greeting and Task Update Screen Screenshot (190)

3.Task Management Features Screenshot (192)

Project Structure

.
├── README.md
├── index.html # Main HTML
│── style.css # CSS file for styling
└── script.js # JavaScript file for functionality


How to Use

  1. Clone the repository.
  2. Open index.html in your browser to view the app.
  3. Customize the styles in style.css or functionality in script.js if needed.

Features

  • Dynamic greeting message.
  • Add, update, and delete tasks.
  • Responsive design.

License

This project is open-source and available under the MIT License.