Skip to content

tubaozyurt2024/kanban-task-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Kanban Task Management Application

This project is a Kanban Task Management Application built with React and Vite, styled with Tailwind CSS, and optimized using ESLint for code quality. The application offers an interactive board for task management, allowing users to organize, track, and manage tasks efficiently.

Features

  • Task Creation and Editing: Easily add new tasks and edit existing ones.
  • Drag-and-Drop: Move tasks between columns (To Do, In Progress, Done) using a drag-and-drop interface.
  • Task Prioritization: Prioritize tasks within columns for clear visibility.
  • User-friendly UI: Responsive and intuitive design using Tailwind CSS.

Technologies Used

  • React: For building a dynamic, component-based UI.
  • Vite: A fast build tool and development server for optimized performance.
  • Tailwind CSS: Utility-first CSS framework for efficient styling.
  • ESLint: Linting tool for maintaining code quality.
  • TypeScript (via @types): Type definitions to enhance code reliability with React and React DOM.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/kanban-task-management.git
    cd kanban-task-management
  2. Install dependencies:

npm install
  1. Run the application:
npm run dev

The application will run on http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published