Task Manager App
Overview
Task Manager App is a web-based application built using React.js and Tailwind CSS allows users to manage daily tasks efficiently. Users can add, edit, delete, filter, and sort tasks.
Features
Add Task: Create new tasks with title, description, priority, due date, and status.
Edit Task: Update any task’s details easily.
Delete Task: Remove tasks permanently with a confirmation.
Filter Tasks: Filter tasks by priority, status, or due date.
Sort Tasks: Sort tasks by newest, oldest, or closest due date.
Column View: Tasks are displayed in three columns based on their status: To-Do, In-Progress, Completed.
Persistent Storage: All tasks are saved in the browser’s localStorage.
Technologies Used
React.js – Frontend library for building UI components.
Tailwind CSS – Utility-first CSS framework for styling.
JavaScript (ES6) – Logic, state management, and event handling.
LocalStorage – For persisting tasks data in the browser.