Kumi
38d9d36312
Introduced the Kanblendar project, which combines a Kanban board and a daily calendar. Users can create, edit, and organize tasks in columns and time slots, with notification support for upcoming tasks. Added README.md with detailed usage instructions and LICENSE file for licensing under MIT. Created example files (HTML, CSS, JS) to illustrate the usage of Kanblendar, and essential styles and scripts for its functionality.
3 lines
No EOL
79 B
JavaScript
3 lines
No EOL
79 B
JavaScript
document.addEventListener('DOMContentLoaded', () => {
|
|
new Kanblendar();
|
|
}); |