This is a simple Todo List application written in JavaScript. It allows users to add, edit, and delete tasks, while also providing functionality to sort tasks based on their creation time. The application utilizes localStorage to persist user data, ensuring that tasks are saved even after the browser is closed.
Add Todo: Users can add new tasks with a content and category. Edit Todo: Edit existing tasks by clicking the "Edit" button and modifying the content. Delete Todo: Remove tasks from the list by clicking the "Delete" button. Sort Todos: Sort tasks based on their creation time in ascending or descending order.
Clone the repository to your local machine. Open the index.html file in your preferred web browser. Enter your name in the input field to personalize your Todo list. Add new tasks using the form provided. Edit or delete tasks as needed. Use the "Sort" button to reorder tasks based on their creation time.
To integrate this Todo List application into your project, follow these steps:
Include the index.html, style.css, and script.js files in your project directory. Ensure the script.js file is included in your HTML file using the <script> tag. Customize the CSS styles in style.css to match your project's design. Customize and extend the JavaScript functionality as per your requirements. Compatibility This application is designed to work on modern web browsers that support JavaScript and localStorage functionality.
Forked from & Inspired by Tyler