Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.47 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.47 KB

Classic To-Do List

A simple web application that allows users to manage their tasks and to-do lists directly in their browser. This lightweight app is built using pure HTML, CSS, and JavaScript, with data stored locally using localStorage for a seamless and user-friendly experience. Enjoy an easy-to-use interface with complete control over your task list, without the need for server storage or third-party integrations.


Features:

  • Create and Delete Tasks: Quickly add new tasks or delete completed ones with ease.
  • Data Persistence: Your tasks are saved locally in the browser using localStorage, ensuring they are always available even after refreshing or closing the tab.
  • Responsive Design: The application adapts to both mobile and desktop devices for a smooth user experience.
  • No External Dependencies: The app is entirely built using pure HTML, CSS, and JavaScript, with no additional libraries or frameworks required.

How to Use:

  1. Open the index.html file in your web browser.
  2. Add a new task by typing into the input field and clicking the "Add" button.
  3. Delete tasks by clicking the delete button next to each task.
  4. All changes are automatically saved and will persist until manually deleted.

License:

This project is licensed under the MIT License. See the LICENSE file for details.


Current Version: 1.0 // cfrbernard.github.io/To-Do-List