Skip to content

A simple task management web app built with HTML/CSS, and JavaScript. Stores tasks locally using localStorage for easy access and privacy.

License

Notifications You must be signed in to change notification settings

cfrBernard/To-Do-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

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


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.


Contributors:

syed-ghufran-hassan - Added robust input validation and modular task creation logic.

About

A simple task management web app built with HTML/CSS, and JavaScript. Stores tasks locally using localStorage for easy access and privacy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published