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
- 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.
- Open the
index.html
file in your web browser. - Add a new task by typing into the input field and clicking the "Add" button.
- Delete tasks by clicking the delete button next to each task.
- All changes are automatically saved and will persist until manually deleted.
This project is licensed under the MIT License. See the LICENSE file for details.
syed-ghufran-hassan - Added robust input validation and modular task creation logic.