Multi-column to-do application interface with nested tasks and progress bars.

To-Do List Styling

A multi-list to-do application built with Vue.js and styled with Tailwind CSS, featuring nested tasks, progress tracking, and interactive editing capabilities.

See the Pen To-Do List Styling.

Simple To-Do Application with Tailwind

Simple To-Do Application with Tailwind

A vanilla JavaScript To-Do application styled with Tailwind CSS. It features dynamic DOM manipulation where the task list is re-rendered upon any state change. A key functionality is the automatic sorting mechanism that pushes completed tasks to the bottom, ensuring active items remain prioritized at the top of the UI.

Tailwind and Alpine.js To-Do List

Tailwind and Alpine.js To-Do List

A convenient, minimalist todo list with notes support, featuring inline editing, task completion, and deletion capabilities.

To-Do List with Tailwind CSS and Vanilla JS

To-Do List with Tailwind CSS and Vanilla JS

A stylish and responsive web application for task management with filtering capabilities and progress persistence.

Simple To-Do List Built with Tailwind CSS

Simple To-Do List Built with Tailwind CSS

A responsive dual-theme todo list built with Tailwind CSS, relying on the input:checked + label selector hack for state management.