{"id":30855539,"url":"https://github.com/dalascript/drag-and-drop","last_synced_at":"2026-04-19T07:34:48.404Z","repository":{"id":311453095,"uuid":"1043753541","full_name":"DalaScript/drag-and-drop","owner":"DalaScript","description":"ZTM JS Web Projects Course | Drag and Drop | Project 16/20","archived":false,"fork":false,"pushed_at":"2025-09-03T22:30:53.000Z","size":3282,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-04T00:21:16.594Z","etag":null,"topics":["css","drag-and-drop","html","javascript","zerotomastery"],"latest_commit_sha":null,"homepage":"https://dalascript.github.io/drag-and-drop/","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/DalaScript.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-24T14:50:12.000Z","updated_at":"2025-09-03T22:30:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"b52e30b0-dab2-4c01-bbc7-8572a0603d61","html_url":"https://github.com/DalaScript/drag-and-drop","commit_stats":null,"previous_names":["dalascript/drag-and-drop"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DalaScript/drag-and-drop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DalaScript%2Fdrag-and-drop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DalaScript%2Fdrag-and-drop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DalaScript%2Fdrag-and-drop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DalaScript%2Fdrag-and-drop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DalaScript","download_url":"https://codeload.github.com/DalaScript/drag-and-drop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DalaScript%2Fdrag-and-drop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31999093,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["css","drag-and-drop","html","javascript","zerotomastery"],"created_at":"2025-09-07T11:08:20.015Z","updated_at":"2026-04-19T07:34:48.388Z","avatar_url":"https://github.com/DalaScript.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Drag and Drop | ZTM JS Web Projects Course\n\n**Project 16/20**\n\nA fully interactive **Kanban Board** with drag-and-drop functionality that lets you organize tasks across different columns: *Backlog*, *Progress*, *Complete*, and *On Hold*. Tasks are saved to **localStorage**, so your board state is preserved even after refreshing the page.\n\n---\n\n## 📚 Table of Contents\n\n- [🔎 Overview](#-overview)\n  - [📸 Screenshot](#-screenshot)\n  - [🔗 Links](#-links)\n  - [📌 Features](#-features)\n  - [🛠️ Built with](#️-built-with)\n- [🧠 My process](#-my-process)\n  - [🗃️ Useful resources](#️-useful-resources)\n  - [🔙 Previous Project](#-previous-project)\n  - [🔜 Next Project](#-next-project)\n- [👤 Author](#-author)\n  - [🌐 Connect with Me](#-connect-with-me)\n  - [💻 Coding Profiles](#-coding-profiles)\n\n---\n\n## 🔎 Overview\n\n### 📸 Screenshot\n\n![Live Preview Screenshot](./assets/screenshot.jpg)\n\n### 🔗 Links\n\n- [🔴 Live Demo](https://dalascript.github.io/drag-and-drop/)\n- [🗂️ GitHub Repository](https://github.com/DalaScript/drag-and-drop)\n\n### 📌 Features\n\n- ✅ Drag-and-drop tasks between columns\n- ✅ Editable tasks directly inside the board\n- ✅ Add new tasks dynamically with inline input fields\n- ✅ Delete tasks by clearing their text\n- ✅ State persistence using `localStorage`\n- ✅ Responsive design for desktop and mobile\n- ✅ Smooth user experience with custom scrollbar and animations\n\n### 🛠️ Built with\n\n- HTML5\n- CSS3\n- JavaScript\n\n---\n\n## 🧠 My Process\n\n### 🗃️ Useful resources\n\n- [CSS-Tricks – Styling Scrollbars](https://css-tricks.com/the-current-state-of-styling-scrollbars-in-css/)\n- [W3Schools – HTML5 Drag \u0026 Drop](https://www.w3schools.com/html/html5_draganddrop.asp)\n- [W3Schools – ondragenter Event](https://www.w3schools.com/tags/att_ondragenter.asp)\n- [MDN – Array.push()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/push)\n- [MDN – contenteditable](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/contenteditable)\n- [MDN – focusout Event](https://developer.mozilla.org/en-US/docs/Web/API/Element/focusout_event)\n- [MDN – Array.filter()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter)\n- [StackOverflow – map/reduce vs for loops](https://stackoverflow.com/questions/29640254/when-why-to-use-map-reduce-over-for-loops)\n\n### 🔙 Previous Project\n\n- Math Sprint Game | *Project 15/20* → [View Repository](https://github.com/DalaScript/math-sprint-game)\n\n### 🔜 Next Project\n\n- Calculator | *Project 17/20* → [View Repository](https://github.com/DalaScript/calculator)\n\n---\n\n## 👤 Author\n\n### 🌐 Connect with Me\n\n- [Instagram](https://www.instagram.com/DalaScript)\n- [YouTube](https://www.youtube.com/@DalaScript)\n\n### 💻 Coding Profiles\n\n- [freeCodeCamp](https://www.freecodecamp.org/DalaScript)\n- [FrontendMentor](https://www.frontendmentor.io/profile/DalaScript)\n- [GitHub](https://github.com/DalaScript)\n\n*🙌 Thanks for checking out my project! More coming soon. Stay tuned 🚀*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalascript%2Fdrag-and-drop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdalascript%2Fdrag-and-drop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalascript%2Fdrag-and-drop/lists"}