A minimalist to-do list application developed entirely with vanilla JavaScript, without external dependencies. Perfect for efficiently organizing your daily activities.
Try the Online Version
- Write a task in the text field
- Press Enter
- To mark a task as completed, click on the checkbox
- To delete a task, click on the delete icon
- Drag and drop tasks to reorder them
- Use the filter bellow to see all task active o completed
- Task Management
- Create new tasks
- Mark tasks as completed
- Delete tasks
- Drag and Drop: Reorder your tasks by dragging them
- Data Persistence: Local storage using localStorage
- Responsive Design: Intuitive interface adaptable to different devices
- Clone the repository:
git clone https://github.com/Asaad-E/TodoList-Vanilla.git
- Navigate to the project directory:
cd TodoList-Vanilla
- Open the
index.html
file in your preferred browser.
- HTML5
- CSS3
- JavaScript (ES6+)