{"id":18868255,"url":"https://github.com/imoamo/react-dnd","last_synced_at":"2026-04-30T16:32:54.856Z","repository":{"id":252937469,"uuid":"841964696","full_name":"imoamo/React-DND","owner":"imoamo","description":"React DND Swimlane UI is a task management interface using React and Redux, with drag-and-drop functionality and block previews. It helps visualize and manage tasks across different stages efficiently.","archived":false,"fork":false,"pushed_at":"2024-09-11T07:40:45.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-11T23:46:28.906Z","etag":null,"topics":["react","reactdnd","redux"],"latest_commit_sha":null,"homepage":"https://luminous-mousse-react-dnd.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imoamo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-13T11:57:02.000Z","updated_at":"2024-09-11T07:41:49.000Z","dependencies_parsed_at":"2025-05-23T14:42:39.660Z","dependency_job_id":"1722864e-2397-4fd0-be6a-cd13aee2d78a","html_url":"https://github.com/imoamo/React-DND","commit_stats":null,"previous_names":["imoamo/react-dnd"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/imoamo/React-DND","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imoamo%2FReact-DND","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imoamo%2FReact-DND/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imoamo%2FReact-DND/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imoamo%2FReact-DND/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imoamo","download_url":"https://codeload.github.com/imoamo/React-DND/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imoamo%2FReact-DND/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32470879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["react","reactdnd","redux"],"created_at":"2024-11-08T05:13:15.801Z","updated_at":"2026-04-30T16:32:54.842Z","avatar_url":"https://github.com/imoamo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏊‍♂️ React DND Swimlane UI\n\nThis project is a dynamic **Swimlane UI** built with **React** and **Redux**. It showcases a drag-and-drop interface where tasks (blocks) can be moved across different stages (lanes), with features including data entry during transitions, transition history tracking, and a block preview with detailed information.\n\n## ✨ Features\n\n- **Drag-and-Drop Functionality**: Move blocks between lanes seamlessly using `react-beautiful-dnd`.\n- **Configurable Lanes**: Add or remove lanes dynamically based on your project's needs.\n- **Data Entry Workflow**: Prompt users to provide necessary information during block transitions.\n- **Block Preview**: Click on any block to view detailed information and transition history.\n- **Transition History**: Track the journey of each block across different lanes with time-stamped history.\n- **Top-Level Filters**: Filter blocks based on specific attributes or search terms.\n\n## 🚀 Live Demo\n\nYou can view the live demo of this project [https://luminous-mousse-react-dnd.netlify.app/](#).\n\n## 🛠️ Tech Stack\n\n- **React.js**\n- **Redux**\n- **react-beautiful-dnd** for drag-and-drop functionality\n- **CSS** for styling\n\n## 🖼️ Screenshots\n\n### Swimlane UI\n![Swimlane UI](![Screenshot (244)](https://github.com/user-attachments/assets/5763beed-91e4-4c29-9355-ce0637668696)\n)\n\n### Block Preview with Transition History\n![Block Preview](![Screenshot (245)](https://github.com/user-attachments/assets/67c9ef32-cb88-477e-897d-c62c9dc2bada)\n)\n\n## 💻 Getting Started\n\n### Prerequisites\n\nBefore you begin, ensure you have the following installed:\n\n- [Node.js](https://nodejs.org/)\n- npm or yarn\n\n### Installation \u0026 Setup\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/imoamo/React-DND.git\n    ```\n2. Navigate to the project directory:\n    ```bash\n    cd React-DND\n    ```\n3. Install the dependencies:\n    ```bash\n    npm install\n    # or\n    yarn install\n    ```\n4. Start the development server:\n    ```bash\n    npm run dev\n    # or\n    yarn dev\n    ```\n\n## 🏗️ Project Structure\n\n```plaintext\n├── public\n├── src\n│   ├── components\n│   │   ├── BlockPreview.jsx\n│   │   ├── DataEntryForm.jsx\n│   │   ├── Swimlanes.jsx\n│   │   └── ...\n│   ├── redux\n│   │   ├── reducers\n│   │   │   ├── lanesReducer.js\n│   │   │   ├── blocksReducer.js\n│   │   │   ├── filterReducer.js\n│   │   └── ...\n│   ├── App.js\n│   └── index.js\n└── ...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimoamo%2Freact-dnd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimoamo%2Freact-dnd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimoamo%2Freact-dnd/lists"}