A simple web application for managing your todo list, built with HTML, CSS, and JavaScript.
This project is a web-based todo list application that allows users to manage their tasks efficiently. The application provides a user-friendly interface for adding, updating, and deleting tasks. It also supports drag-and-drop functionality for organizing tasks and utilizes local storage to persist data.
- Create, edit, and delete todo items
- Organize tasks by dragging them between different status categories (undone, done)
- Multilingual support (English and Persian)
- Responsive design for various screen sizes
- Web browser (Google Chrome, Mozilla Firefox, Safari, etc.)
- Code editor (Visual Studio Code, Atom, Sublime Text, etc.)
-
Open the project in your preferred code editor.
code .
-
Open the
index.html
file in your web browser.open index.html
-
Choose your preferred language by clicking on the flags (Iran or UK).
-
Add tasks using the input field and click the "Add" button.
-
Organize tasks by dragging them between the "undone" and "done" sections.
-
To delete a task, drag it to the "delete" section or use the delete button in the modal.
This project is licensed under the MIT License.