{"id":30105809,"url":"https://github.com/asrieldreemurrgm/study_of_typescript","last_synced_at":"2025-08-10T00:19:34.653Z","repository":{"id":260711510,"uuid":"882128105","full_name":"AsrielDreemurrGM/Study_Of_TypeScript","owner":"AsrielDreemurrGM","description":"A hands-on TypeScript learning project exploring types, functions, OOP, interfaces, DOM manipulation, and custom types.","archived":false,"fork":false,"pushed_at":"2025-08-06T00:08:38.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-06T02:27:44.380Z","etag":null,"topics":["dom","dom-manipulation","oop-in-typescript","typescript","typescript-arrays","typescript-definitions","typescript-functions","typescript-interfaces","typescript-objects","typescript-types","variables"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/AsrielDreemurrGM.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-02T00:30:48.000Z","updated_at":"2025-08-06T00:08:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe115a43-2577-4528-8747-de0d4005e7c4","html_url":"https://github.com/AsrielDreemurrGM/Study_Of_TypeScript","commit_stats":null,"previous_names":["asrieldreemurrgm/modulo26_typescript","asrieldreemurrgm/study_of_typescript"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AsrielDreemurrGM/Study_Of_TypeScript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AsrielDreemurrGM%2FStudy_Of_TypeScript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AsrielDreemurrGM%2FStudy_Of_TypeScript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AsrielDreemurrGM%2FStudy_Of_TypeScript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AsrielDreemurrGM%2FStudy_Of_TypeScript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AsrielDreemurrGM","download_url":"https://codeload.github.com/AsrielDreemurrGM/Study_Of_TypeScript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AsrielDreemurrGM%2FStudy_Of_TypeScript/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269657320,"owners_count":24454821,"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-08-09T02:00:10.424Z","response_time":111,"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":["dom","dom-manipulation","oop-in-typescript","typescript","typescript-arrays","typescript-definitions","typescript-functions","typescript-interfaces","typescript-objects","typescript-types","variables"],"created_at":"2025-08-10T00:19:33.777Z","updated_at":"2025-08-10T00:19:34.636Z","avatar_url":"https://github.com/AsrielDreemurrGM.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"  \u003ch1\u003eTypeScript Learning Journey\u003c/h1\u003e\n  \u003cp\u003eEste README também está disponível em \u003ca href=\"./README.pt-br.md\"\u003ePortuguês\u003c/a\u003e.\u003c/p\u003e\n  \u003cp\u003e\n    This project was developed to practice and understand TypeScript fundamentals in a hands-on way. \n    It includes examples and exercises covering variable types, arrays, function typing, custom types, \n    object-oriented programming (OOP), interfaces, and basic DOM manipulation using TypeScript.\n  \u003c/p\u003e\n  \u003ch2\u003e🚀 Key Topics Covered\u003c/h2\u003e\n  \u003cul\u003e\n    \u003cli\u003ePrimitive types and variable declarations (string, number, boolean);\u003c/li\u003e\n    \u003cli\u003eReadonly arrays, union types, and the \u003ccode\u003eany\u003c/code\u003e type;\u003c/li\u003e\n    \u003cli\u003eFunction typing with parameter and return type annotations;\u003c/li\u003e\n    \u003cli\u003eCustom types and type aliases;\u003c/li\u003e\n    \u003cli\u003eInterfaces and object structures with optional properties;\u003c/li\u003e\n    \u003cli\u003eObject-oriented programming (classes, inheritance, modifiers);\u003c/li\u003e\n    \u003cli\u003eStatic properties/methods and protected vs private members;\u003c/li\u003e\n    \u003cli\u003eBasic DOM manipulation and event handling in TypeScript.\u003c/li\u003e\n  \u003c/ul\u003e\n  \u003ch2\u003e🧠 What Was Learned\u003c/h2\u003e\n  \u003cul\u003e\n    \u003cli\u003eSetting up a TypeScript project with \u003ccode\u003etsc --init\u003c/code\u003e;\u003c/li\u003e\n    \u003cli\u003eCompiling TypeScript into JavaScript using the CLI;\u003c/li\u003e\n    \u003cli\u003eUsing TypeScript with HTML to interact with forms and buttons;\u003c/li\u003e\n    \u003cli\u003eUnderstanding access modifiers: \u003ccode\u003epublic\u003c/code\u003e, \u003ccode\u003eprivate\u003c/code\u003e, and \u003ccode\u003eprotected\u003c/code\u003e;\u003c/li\u003e\n    \u003cli\u003eCreating reusable classes and extending them through inheritance;\u003c/li\u003e\n    \u003cli\u003eUtilizing optional chaining (\u003ccode\u003e?.\u003c/code\u003e) to prevent null reference errors;\u003c/li\u003e\n    \u003cli\u003eImproving code safety and readability with strong typing.\u003c/li\u003e\n  \u003c/ul\u003e\n  \u003ch2\u003e🛠️ Technologies Used\u003c/h2\u003e\n  \u003cul\u003e\n    \u003cli\u003eTypeScript (via CLI)\u003c/li\u003e\n    \u003cli\u003eHTML5\u003c/li\u003e\n    \u003cli\u003eJavaScript (compiled from TS)\u003c/li\u003e\n  \u003c/ul\u003e\n  \u003ch2\u003e📜 Commit Summary\u003c/h2\u003e\n  \u003cul\u003e\n    \u003cli\u003eProject initialized with TypeScript and \u003ccode\u003etsconfig.json\u003c/code\u003e configuration;\u003c/li\u003e\n    \u003cli\u003eCovered primitive types, union types, and function typing;\u003c/li\u003e\n    \u003cli\u003eImplemented custom types and casting techniques;\u003c/li\u003e\n    \u003cli\u003eIntroduced interfaces and OOP concepts in TS (encapsulation, inheritance);\u003c/li\u003e\n    \u003cli\u003ePracticed DOM manipulation and event handling with TypeScript;\u003c/li\u003e\n    \u003cli\u003eAnnotated all files with clear and descriptive comments for learning purposes.\u003c/li\u003e\n  \u003c/ul\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasrieldreemurrgm%2Fstudy_of_typescript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasrieldreemurrgm%2Fstudy_of_typescript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasrieldreemurrgm%2Fstudy_of_typescript/lists"}