Taskly is a minimal and efficient ToDo List app built with React and Tailwind CSS, designed to help you stay organized.
🔗 Live Demo: https://tasklyy-app.netlify.app
✍️ Add Task
-
Input field with validation.
-
"Add" button is disabled until the input has 3+ characters.
✅ Task Actions
Each task includes:
-
A checkbox to mark as complete.
-
An edit button to update the task.
-
A delete button to remove it.
-
Completed tasks have a strikethrough style.
👁️ Show Finished Toggle
Show Finished checkbox:
-
When checked: displays all tasks.
-
When unchecked: displays only incomplete tasks.
-Reactjs
-TailwindCSS
cd taskly
npm install
npm start