ec-drag-and-drop is a straightforward project that features a static Kanban board with three columns: Todo, In Progress, and Done. The primary objective of this project is to provide a hands-on experience and demonstration of drag and drop functionality for managing tasks across different stages. It's important to note that this example is static, and additional lanes or tasks cannot be added. The project is developed using JavaScript, HTML, and Sass, serving as a valuable resource for learning and practicing drag and drop interactions.
The project leverages the following technologies:
- JavaScript: The primary programming language for building dynamic functionality.
- HTML: Used for structuring the web page.
- SASS: A preprocessor scripting language that is interpreted or compiled into CSS.
Experience the seamless drag and drop functionality, allowing you to move tasks across the different stages of the Kanban board. This feature is optimized for both desktop and mobile devices, providing a smooth user experience.
The Kanban board is static, and additional lanes or tasks cannot be added in this example.
Clone the repository: git clone https://github.com/edsoncamargo/ECDragAndDrop Open index.html in your preferred web browser.
Contributions to enhance the drag and drop functionality are welcomed! If you identify opportunities to improve the project or want to suggest new features, feel free to open an issue or submit a pull request.
This project is licensed under the MIT LECINSE.
- Name: Edson Camargo Menezes
- Email: ec-drag-and-drop@edsoncamargo.dev
Explore the Kanban board with drag and drop functionality and enhance your understanding of web development π