{"id":30855541,"url":"https://github.com/dalascript/paint-clone","last_synced_at":"2025-09-07T11:08:27.552Z","repository":{"id":312306800,"uuid":"1046982716","full_name":"DalaScript/paint-clone","owner":"DalaScript","description":"ZTM JS Web Projects Course | Paint Clone | Project 19/20","archived":false,"fork":false,"pushed_at":"2025-08-29T19:52:43.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-29T19:52:45.165Z","etag":null,"topics":["paint-clone","zerotomastery"],"latest_commit_sha":null,"homepage":"","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-29T14:43:46.000Z","updated_at":"2025-08-29T19:42:21.000Z","dependencies_parsed_at":"2025-08-29T19:52:48.067Z","dependency_job_id":"d9bddbc5-e21e-4afd-9111-b032ad696c16","html_url":"https://github.com/DalaScript/paint-clone","commit_stats":null,"previous_names":["dalascript/paint-clone"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/DalaScript/paint-clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DalaScript%2Fpaint-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DalaScript%2Fpaint-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DalaScript%2Fpaint-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DalaScript%2Fpaint-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DalaScript","download_url":"https://codeload.github.com/DalaScript/paint-clone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DalaScript%2Fpaint-clone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274026718,"owners_count":25209740,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"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":["paint-clone","zerotomastery"],"created_at":"2025-09-07T11:08:20.185Z","updated_at":"2025-09-07T11:08:27.544Z","avatar_url":"https://github.com/DalaScript.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Paint Clone | ZTM JS Web Projects Course\n\n**Project 19/20**\n\nA fully functional **Paint Clone app** built with HTML, CSS, and JavaScript. It allows users to draw on a canvas with different brush sizes and colors, erase parts of their drawing, change the background color, and even save/load their artwork using **local storage**. Users can also download their creations as image files.\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/paint-clone/)\n- [🗂️ GitHub Repository](https://github.com/DalaScript/paint-clone)\n\n### 📌 Features\n\n- ✅ Customizable brush size \u0026 color\n- ✅ Bucket tool for background color\n- ✅ Eraser tool\n- ✅ Clear canvas with one click\n- ✅ Save \u0026 load from Local Storage\n- ✅ Download drawings as JPEG\n- ✅ Responsive canvas\n- ✅ Mobile warning for UX\n\n### 🛠️ Built with\n\n- HTML5\n- CSS3\n- JavaScript\n- localStorage\n- Canvas API\n- jscolor.js\n\n---\n\n## 🧠 My Process\n\n### 🗃️ Useful resources\n\n- [Font Awesome – Free Icons](https://fontawesome.com/icons?d=gallery\u0026m=free)  \n- [W3Schools – Range Slider](https://www.w3schools.com/howto/howto_js_rangeslider.asp)  \n- [W3Schools – Window innerHeight](https://www.w3schools.com/jsref/prop_win_innerheight.asp)  \n- [jscolor – Color Picker](https://jscolor.com/)  \n- [MDN – Canvas API Tutorial](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial)  \n- [W3Schools – Mouse Events](https://www.w3schools.com/jsref/obj_mouseevent.asp)  \n- [MDN – Drawing Shapes](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial/Drawing_shapes)  \n- [MDN – getBoundingClientRect()](https://developer.mozilla.org/en-US/docs/Web/API/Element/getBoundingClientRect)  \n- [MDN – CanvasRenderingContext2D](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D)  \n- [MDN – HTMLCanvasElement.toDataURL()](https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/toDataURL)  \n\n\n### 🔙 Previous Project\n\n- Splash Page | *Project 18/20* → [View Repository](https://github.com/DalaScript/splash-page)\n\n### 🔜 Next Project\n\n- Pong | *Project 20/20* → [View Repository](https://github.com/DalaScript/pong)\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%2Fpaint-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdalascript%2Fpaint-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalascript%2Fpaint-clone/lists"}