Skip to content

A simple and responsive Todo app built with React and Tailwind CSS to manage daily tasks efficiently with a clean, modern UI.

Notifications You must be signed in to change notification settings

aru-shi2/Taskly

Repository files navigation

📝Taskly

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

🚀 Features

✍️ 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.

🛠️ Built With

-Reactjs

-TailwindCSS

📦 Getting Started

cd taskly
npm install
npm start

About

A simple and responsive Todo app built with React and Tailwind CSS to manage daily tasks efficiently with a clean, modern UI.

Topics

Resources

Stars

Watchers

Forks