This VS Code extension provides a simple Kanban board within the editor. Users can create, update, delete, and drag-and-drop tasks across different columns: To Do, In Progress, and Done.
Developed By
Shrikant Jagtap 🚀
Features
Create new tasks with a name, description, and due date.
Move tasks between To Do, In Progress, and Done.
Delete tasks when no longer needed.
Task updates are reflected in real-time.
Installation
Clone the repository:
git clone <repository-url>
Open the folder in VS Code.
Run npm install to install dependencies.
Press F5 to launch a new VS Code window with the extension active.
Usage
Open the command palette (Ctrl+Shift+P or Cmd+Shift+P on Mac).
Search for Kanban Board: Open and select it.
A Kanban board will appear as a webview.
Interact with tasks by adding, updating, deleting, or moving them across columns.
Development
Modify src/extension.ts to handle new commands or improve task management.
Update src/webviewContent.ts to modify the UI and functionality.
Contributing
Contributions are welcome! Feel free to submit issues or pull requests to enhance the extension.