Task List Application is a simple Task List (To-Do List) web application built using HTML, CSS, and JavaScript. It allows users to manage their daily tasks in an easy and organized way.
Features:
- Add tasks with due dates and priority labels (Personal, Work, Urgent).
- Mark tasks as completed or incomplete.
- Delete tasks.
- Search and filter tasks (All, Completed, Incomplete).
- Tasks are saved in localStorage so they remain even after refreshing.
- Simple and responsive design with basic animations.
Technologies Used:
- HTML
- CSS
- JavaScript
How to Run:
- Clone the repository.
- Open the folder in your editor.
- Open index.html in your browser.
- Start adding tasks.
