Skip to content

The React-based Kanban Task Management App simplifies task organization with customizable boards and drag-and-drop functionality. Streamline workflows, prioritize tasks, and enhance productivity effortlessly. Perfect for personal or team use, it's the ultimate solution for efficient task management and goal attainment.

alim-ansari/task-management-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Management App with Drag-And-Drop

Screenshots

Initial Screenshot Fig. 1: Initial state of task management app.

Dragged Screenshot Fig. 2: After dragging and dropping tasks.

Getting Started

Prerequisites

Make sure you have the following software installed on your machine:

Installing

  1. Clone the repository to your local machine:

    git clone https://github.com/alim-ansari/task-management-app.git

  2. Navigate to the project directory:

    cd task-management-app

  3. Install the project dependencies:

    npm install

Running the App

Once the installation is complete, you can run the app:

npm start

This will start the development server, and the app will be accessible at http://localhost:3000 in your browser.

Folder Structure

The project structure is organized as follows:

task-management-app/
│
├── public/
│   ├── index.html
│   └── ...
│
├── src/
│   ├── components/
│   │   ├── Container.js
│   │   ├── TaskList.js
│   │   └── ...
│   ├── App.js
│   ├── index.js
│   └── ...
│
├── .gitignore
├── package.json
├── README.md
└── ...

About

The React-based Kanban Task Management App simplifies task organization with customizable boards and drag-and-drop functionality. Streamline workflows, prioritize tasks, and enhance productivity effortlessly. Perfect for personal or team use, it's the ultimate solution for efficient task management and goal attainment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published