{"id":27870326,"url":"https://github.com/kaningleb/learn-js","last_synced_at":"2026-03-04T22:31:30.424Z","repository":{"id":263163243,"uuid":"889501364","full_name":"KaninGleb/Learn-JS","owner":"KaninGleb","description":"querySelector, querySelectorAll, document.style, onclick, addEventListener, toggle, insertAdjacentHTML","archived":false,"fork":false,"pushed_at":"2025-05-05T13:52:18.000Z","size":91,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T07:34:43.046Z","etag":null,"topics":["js-classes","promise"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/KaninGleb.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}},"created_at":"2024-11-16T13:46:46.000Z","updated_at":"2025-05-05T13:52:21.000Z","dependencies_parsed_at":"2025-04-11T20:23:00.162Z","dependency_job_id":"8731e250-7c42-4f6f-9709-8b57548c1c86","html_url":"https://github.com/KaninGleb/Learn-JS","commit_stats":null,"previous_names":["kaningleb/interacting-with-a-web-page"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KaninGleb/Learn-JS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaninGleb%2FLearn-JS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaninGleb%2FLearn-JS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaninGleb%2FLearn-JS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaninGleb%2FLearn-JS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KaninGleb","download_url":"https://codeload.github.com/KaninGleb/Learn-JS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KaninGleb%2FLearn-JS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29717497,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T15:10:41.462Z","status":"ssl_error","status_checked_at":"2026-02-22T15:10:04.636Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["js-classes","promise"],"created_at":"2025-05-04T23:15:14.187Z","updated_at":"2026-02-22T15:35:49.693Z","avatar_url":"https://github.com/KaninGleb.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Repository Overview 🌐\n\nThis repository is dedicated to my practice tasks from **Learn JavaScript**. Here, you'll find various interactive components and examples that help enhance my understanding of JavaScript and web development. 🚀\n\n## 🔗 Project Links:\n\n\u003cdetails open\u003e\n\u003csummary\u003e\n   \u003ch3\u003e🌍 Interacting with a Web Page\u003c/h3\u003e\n\u003c/summary\u003e\n\n1. $\\textsf{\\color{gold}{✨ Web Page Interacting ✨}}$ \u003cbr/\u003e\n   Explore basic interactions and event handling. \u003cbr/\u003e\n   #### [Run Demo](https://kaningleb.github.io/Learn-JS/Interacting-with-a-web-page/01-Interacting/) $\\textsf{\\color{#4493f8}{/}}$ [View Code](https://github.com/KaninGleb/Learn-JS/tree/main/Interacting-with-a-web-page/01-Interacting)\n   \n3. $\\textsf{\\color{gold}{✨ Carousel ✨}}$ \u003cbr/\u003e\n   Create a dynamic carousel to showcase images or content. \u003cbr/\u003e\n   #### [Run Demo](https://kaningleb.github.io/Learn-JS/Interacting-with-a-web-page/02-Carousel/) $\\textsf{\\color{#4493f8}{/}}$ [View Code](https://github.com/KaninGleb/Learn-JS/tree/main/Interacting-with-a-web-page/02-Carousel)\n\n3. $\\textsf{\\color{gold}{✨ Expanding Tree ✨}}$ \u003cbr/\u003e\n   Implement an expanding tree structure for better data visualization. \u003cbr/\u003e\n   #### [Run Demo](https://kaningleb.github.io/Learn-JS/Interacting-with-a-web-page/03-Expanding-tree/) $\\textsf{\\color{#4493f8}{/}}$ [View Code](https://github.com/KaninGleb/Learn-JS/tree/main/Interacting-with-a-web-page/03-Expanding-tree)\n\n4. $\\textsf{\\color{gold}{✨ Sorted Table ✨}}$ \u003cbr/\u003e\n   Build a sortable table to manage data effectively. \u003cbr/\u003e\n   #### [Run Demo](https://kaningleb.github.io/Learn-JS/Interacting-with-a-web-page/04-Sorted-table/) $\\textsf{\\color{#4493f8}{/}}$ [View Code](https://github.com/KaninGleb/Learn-JS/tree/main/Interacting-with-a-web-page/04-Sorted-table)\n\n5. $\\textsf{\\color{gold}{✨ Data Tooltip ✨}}$ \u003cbr/\u003e\n   Create informative tooltips that provide additional context. \u003cbr/\u003e\n   #### [Run Demo](https://kaningleb.github.io/Learn-JS/Interacting-with-a-web-page/05-Data-tooltip/) $\\textsf{\\color{#4493f8}{/}}$ [View Code](https://github.com/KaninGleb/Learn-JS/tree/main/Interacting-with-a-web-page/05-Data-tooltip)\n\n6. $\\textsf{\\color{gold}{✨ Catch the Link Transition ✨}}$ \u003cbr/\u003e\n   Implement catch transitions when navigating links. \u003cbr/\u003e\n   #### [Run Demo](https://kaningleb.github.io/Learn-JS/Interacting-with-a-web-page/06-Catch-the-link-transition/) $\\textsf{\\color{#4493f8}{/}}$ [View Code](https://github.com/KaninGleb/Learn-JS/tree/main/Interacting-with-a-web-page/06-Catch-the-link-transition)\n\n7. $\\textsf{\\color{gold}{✨ Delegation Image Gallery ✨}}$ \u003cbr/\u003e\n   Develop an image gallery using event delegation for efficiency. \u003cbr/\u003e\n   #### [Run Demo](https://kaningleb.github.io/Learn-JS/Interacting-with-a-web-page/07-Delegation-image-gallery/) $\\textsf{\\color{#4493f8}{/}}$ [View Code](https://github.com/KaninGleb/Learn-JS/tree/main/Interacting-with-a-web-page/07-Delegation-image-gallery)\n\n\u003c/details\u003e\n\n\n\u003cdetails open\u003e\n\u003csummary\u003e\n   \u003ch3\u003e🪟 Modal windows \u003c/h3\u003e\n\u003c/summary\u003e\n\n1. $\\textsf{\\color{gold}{✨ Modal dialog box with form ✨}}$ \u003cbr/\u003e\n   Create a modal dialog that includes a form for user input. \u003cbr/\u003e\n   #### [Run Demo](https://kaningleb.github.io/Learn-JS/Modal-windows/01-Modal-dialog-box-with-form/) $\\textsf{\\color{#4493f8}{/}}$ [View Code](https://github.com/KaninGleb/Learn-JS/tree/main/Modal-windows/01-Modal-dialog-box-with-form)\n\n\u003c/details\u003e\n\n\n\u003cdetails open\u003e\n\u003csummary\u003e\n   \u003ch3\u003e🤝 Promises\u003c/h3\u003e\n\u003c/summary\u003e\n\n1. $\\textsf{\\color{gold}{✨ Circle animation with Promise ✨}}$ \u003cbr/\u003e\n   Implement a circular animation that resolves with a promise to demonstrate asynchronous behavior. \u003cbr/\u003e\n   #### [Run Demo](https://kaningleb.github.io/Learn-JS/Promises/01-Circle-Animation-with-Promises/) $\\textsf{\\color{#4493f8}{/}}$ [View Code](https://github.com/KaninGleb/Learn-JS/tree/main/Promises/01-Circle-Animation-with-Promises)\n  \n\u003c/details\u003e\n\n\n\u003cdetails open\u003e\n\u003csummary\u003e\n   \u003ch3\u003e👍 Classes\u003c/h3\u003e\n\u003c/summary\u003e\n   \n1. $\\textsf{\\color{gold}{✨ Simple calculator with Object Methods ✨}}$ \u003cbr/\u003e\n   Develop a simple calculator using JavaScript object methods to perform basic arithmetic operations (addition and multiplication).\n   This project demonstrates object-oriented programming principles. \u003cbr/\u003e\n   #### [Run Demo](https://kaningleb.github.io/Learn-JS/Classes/01-Simple-calculator-using-Object-methods/) $\\textsf{\\color{#4493f8}{/}}$ [View Code](https://github.com/KaninGleb/Learn-JS/tree/main/Classes/01-Simple-calculator-using-Object-methods)\n\n2. $\\textsf{\\color{gold}{✨ Clock with Class ✨}}$ \u003cbr/\u003e\n   Implement a clock using JavaScript classes. \u003cbr/\u003e\n   #### [Run Demo](https://kaningleb.github.io/Learn-JS/Classes/02-Clock-with-Class/) $\\textsf{\\color{#4493f8}{/}}$ [View Code](https://github.com/KaninGleb/Learn-JS/tree/main/Classes/02-Clock-with-Class)\n\n\u003c/details\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaningleb%2Flearn-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaningleb%2Flearn-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaningleb%2Flearn-js/lists"}