Skip to content

SagnikBasak04/taskflow_pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskFlow Pro

A modern, intuitive task management application for organizing your workflow.


🚀 Overview

TaskFlow Pro is a powerful and user-friendly To-Do List and Task Management App designed to help individuals and teams stay organized. It supports features like task creation, editing, filtering, drag-and-drop reordering, and persistent storage using local storage.


Features

  • Add, Edit, Delete Tasks
  • Search Tasks (with minimum 3 characters)
  • Filter by Status (New, In Progress)
  • Priority Labels (Low, Medium, High)
  • Drag-and-Drop Reordering
  • Responsive UI with Modern Design
  • Persistent Storage using localStorage
  • Modal for Task Creation/Editing

🛠️ Tech Stack

  • React (Functional Components + Hooks)
  • CSS (Custom styling with gradients and shadows)
  • Local Storage for persistence
  • Vite or Create React App for bundling

📂 Project Structure (only jsx files)

src/
 ├── components/
 │    ├── Header/
 │    │    └── Header.jsx
 │    ├── Todo/
 │    │    ├── TodoCard.jsx
 │    │    └── TodoList.jsx
 │    ├── TodoModal/
 │    │    └── TodoModal.jsx
 │    ├── Pagination/
 │    │    └── Pagination.jsx
 │    └── hooks/
 │         └── useLocalStorage.js
 ├── App.jsx
 ├──main.jsx

⚙️ Installation

# Clone the repository
git clone https://github.com/your-username/taskflow-pro.git

# Navigate to the project directory
cd taskflow-pro

# Install dependencies
npm install

# Start the development server
npm run dev

🔍 Usage

  1. Click Add New Task to create a task.
  2. Fill in Title, Description, Due Date, and Priority.
  3. Use Search and Filter to find tasks quickly.
  4. Drag and drop tasks to reorder them.
  5. Click Start Progress or Mark Complete to update status.

🌐 Live Demo

taskflowpro-ten.vercel.app


📜 License

This project is licensed under the MIT License.

About

Task Management App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors