Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sujalpokhrel999/dragit

A Kanban board app that helps users manage tasks with an intuitive drag-and-drop interface. The app allows users to organize tasks, track progress, and collaborate efficiently.
https://github.com/sujalpokhrel999/dragit

kanban productivity-app project-management react task-manager task-organizer task-tracker vercel webapp

Last synced: about 1 month ago
JSON representation

A Kanban board app that helps users manage tasks with an intuitive drag-and-drop interface. The app allows users to organize tasks, track progress, and collaborate efficiently.

Awesome Lists containing this project

README

        

# Kanban Board App

A simple and interactive Kanban board built with React that allows users to manage tasks across three stages: To-do, Ongoing, and Completed. The app supports drag-and-drop functionality for task management, as well as modal-based interfaces for adding, editing, and deleting tasks and containers.

## Features
- **Drag-and-Drop**: Easily move tasks between containers (To-do, Ongoing, and Completed).
- **Task Management**: Add, edit, and delete tasks within each container.
- **Container Management**: Create and manage task containers (e.g., To-do, Ongoing, Completed).
- **Modals**: Interactive modals for adding and editing containers and tasks.
- **Responsive**: The app works well across different screen sizes.

## Technologies Used
- **React.js**: Frontend framework for building the user interface.
- **CSS**: For styling the app and creating the responsive layout.
- **JavaScript**: For app functionality including state management and drag-and-drop features.

## Getting Started

To run this project locally, follow these steps:

### Prerequisites
Make sure you have the following installed:
- [Node.js](https://nodejs.org/)
- [npm](https://www.npmjs.com/) (comes with Node.js)

### Clone the Repository
Clone the repository to your local machine:

```bash
git clone https://github.com/sujalpokhrel999/dragit.git