Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 596 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 596 Bytes

This project is a simple and functional to-do list application built using HTML, CSS, and JavaScript. It provides an intuitive interface for users to manage their daily tasks efficiently.

Features: Add Tasks: Easily add new tasks to your to-do list.

Mark as Complete: Mark tasks as complete with a single click.

Delete Tasks: Remove tasks from the list once they are done.

Persistent Data: Tasks are saved in the browser's local storage, ensuring they remain even after the page is refreshed.

Responsive Design: The app is responsive and works seamlessly on both desktop and mobile devices.