{"id":27522610,"url":"https://github.com/ar10dev/dragboard","last_synced_at":"2026-05-05T15:35:11.334Z","repository":{"id":286364717,"uuid":"957413819","full_name":"AR10Dev/DragBoard","owner":"AR10Dev","description":"A lightweight, responsive Kanban board application built with React, Redux Toolkit, and react-beautiful-dnd. This project provides a Trello-like task management interface with intuitive drag-and-drop functionality for organizing workflow and tracking project progress.","archived":false,"fork":false,"pushed_at":"2025-04-13T07:34:58.000Z","size":118,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T08:39:20.623Z","etag":null,"topics":["kanban","kanban-board","productivity","project","react","redux","tailwindcss","tools","trello"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AR10Dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-03-30T10:06:49.000Z","updated_at":"2025-04-13T07:34:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"f8788f3b-51cf-4602-a078-45d0a211b77e","html_url":"https://github.com/AR10Dev/DragBoard","commit_stats":null,"previous_names":["ar10dev/dragboard"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AR10Dev%2FDragBoard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AR10Dev%2FDragBoard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AR10Dev%2FDragBoard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AR10Dev%2FDragBoard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AR10Dev","download_url":"https://codeload.github.com/AR10Dev/DragBoard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249478817,"owners_count":21279140,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["kanban","kanban-board","productivity","project","react","redux","tailwindcss","tools","trello"],"created_at":"2025-04-18T10:25:54.757Z","updated_at":"2026-05-05T15:35:06.300Z","avatar_url":"https://github.com/AR10Dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📋 DragBoard\n\nA lightweight, responsive Kanban board application built with React, Redux Toolkit, and react-beautiful-dnd. This project provides a Trello-like task management interface with intuitive drag-and-drop functionality for organizing workflow and tracking project progress.\n\n![DragBoard Screenshot](https://via.placeholder.com/800x400?text=DragBoard+Screenshot)\n\n## ✨ Features\n\n- **🔄 Intuitive Drag \u0026 Drop Interface**: Easily move cards between lists\n- **📱 Responsive Design**: Works on desktop and mobile devices\n- **🌓 Dark Mode Support**: Toggle between light and dark themes\n- **💾 Persistent Storage**: Automatically saves your board state to localStorage\n- **⚙️ CRUD Operations**: Create, read, update, and delete lists and cards\n- **🏷️ Custom Labels**: Add labels to cards for better organization\n- **🎨 Modern UI**: Clean, minimalist interface with smooth animations\n\n## 🚀 Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/yourusername/DragBoard.git\n\n# Navigate to the project directory\ncd DragBoard\n\n# Install dependencies\nnpm install\n# or\nyarn install\n# or\nbun install\n```\n\n## 🔧 Usage\n\n```bash\n# Start the development server\nnpm run dev\n# or\nyarn dev\n# or\nbun dev\n\n# Build for production\nnpm run build\n# or\nyarn build\n# or\nbun run build\n```\n\nOnce the development server is running, you can access the application at `http://localhost:5173/`.\n\n## 💻 Technologies Used\n\n- **⚛️ React**: UI library for building the user interface\n- **🔄 Redux Toolkit**: State management\n- **👆 react-beautiful-dnd**: Drag and drop functionality\n- **🎨 Tailwind CSS**: Utility-first CSS framework for styling\n- **⚡ Vite**: Fast build tool and development server\n\n## 📁 Project Structure\n\n```\nsrc/\n├── app/\n│   └── store.js              # Redux store configuration\n├── components/\n│   ├── Board/                # Board components\n│   ├── List/                 # List components\n│   ├── Card/                 # Card components\n│   └── UI/                   # Reusable UI components\n├── features/\n│   ├── board/                # Board state management\n│   └── theme/                # Theme state management\n├── utils/                    # Utility functions\n├── App.jsx                   # Root component\n└── index.jsx                 # Entry point\n```\n\n## 🌟 Features in Detail\n\n### 📝 Lists\n\n- Create new lists\n- Rename existing lists\n- Delete lists with confirmation dialog\n- Automatic scrolling for many lists\n\n### 📑 Cards\n\n- Create new cards within any list\n- Edit card content and labels\n- Move cards between lists via drag and drop\n- Delete cards with confirmation dialog\n\n### 🎭 Theming\n\n- Light and dark mode support\n- System preference detection\n- Persistent theme preference\n\n## 👥 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## 📜 License\n\nThis project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- [React Beautiful DnD](https://github.com/atlassian/react-beautiful-dnd) for the drag and drop functionality\n- [Tailwind CSS](https://tailwindcss.com/) for the styling system\n- [Redux Toolkit](https://redux-toolkit.js.org/) for state management\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Far10dev%2Fdragboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Far10dev%2Fdragboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Far10dev%2Fdragboard/lists"}