{"id":26193054,"url":"https://github.com/steeeee0223/typescrtipt-design-pattern","last_synced_at":"2026-04-11T08:03:44.265Z","repository":{"id":108503108,"uuid":"578082771","full_name":"steeeee0223/Typescrtipt-Design-Pattern","owner":"steeeee0223","description":"This is a code walk through for Head First Design Patterns in TypeScript","archived":false,"fork":false,"pushed_at":"2023-03-31T10:33:16.000Z","size":102,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T01:35:29.953Z","etag":null,"topics":["design-patterns","head-first-design-patterns","nodejs","oop","typescript"],"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/steeeee0223.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}},"created_at":"2022-12-14T08:06:32.000Z","updated_at":"2024-02-25T12:50:01.000Z","dependencies_parsed_at":"2024-04-11T11:00:35.107Z","dependency_job_id":null,"html_url":"https://github.com/steeeee0223/Typescrtipt-Design-Pattern","commit_stats":null,"previous_names":["steeeee0223/typescrtipt-design-pattern"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/steeeee0223/Typescrtipt-Design-Pattern","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steeeee0223%2FTypescrtipt-Design-Pattern","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steeeee0223%2FTypescrtipt-Design-Pattern/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steeeee0223%2FTypescrtipt-Design-Pattern/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steeeee0223%2FTypescrtipt-Design-Pattern/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steeeee0223","download_url":"https://codeload.github.com/steeeee0223/Typescrtipt-Design-Pattern/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steeeee0223%2FTypescrtipt-Design-Pattern/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259837768,"owners_count":22919465,"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","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":["design-patterns","head-first-design-patterns","nodejs","oop","typescript"],"created_at":"2025-03-12T01:32:57.710Z","updated_at":"2026-04-11T08:03:39.235Z","avatar_url":"https://github.com/steeeee0223.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Design Patterns in TypeScript\n\n### Demo Apps\n\n-   Run command `yarn dev demo` to demo in `TypeScript`\n-   Run command `yarn build \u0026\u0026 yarn start demo` to demo in `JavaScript`\n-   You may also set up your own bin\n\n### Patterns List\n\n-   `Ch01`: Strategy\n    -   [x] 🦆 Ducks\n    -   [x] 👾 Characters - Exercise\n-   `Ch02`: Observer\n    -   [x] ⛅ Weather Station\n-   `Ch03`: Decorator\n    -   [x] ☕ Starbuzz Coffee\n-   `Ch04`: Factory\n    -   [x] 🍕 Pizza Store 1 - Simple Factory\n    -   [x] 🍕 Pizza Store 2 - Factory\n    -   [x] 🍕 Pizza Store 3 - Abstract Factory\n-   `Ch05`: Singleton\n    -   [x] 🍫 Chocolate Boiler\n-   `Ch06`: Command\n    -   [x] 💡 Light - Simple Command\n    -   [x] 🎮 Remote Control\n    -   [x] 🎉 Party Mode - Macro-Command\n-   `Ch07`: Adapter \u0026 Facade\n    -   [x] 🦆 Ducks \u0026 Turkeys - Simple Adapter\n    -   [x] 🔌 Iterator \u0026 Enumeration - Real world example\n    -   [x] 🎥 Home Theater - Facade\n-   `Ch08`: Template Method\n    -   [x] 🍹 Beverage Recipes\n    -   [x] 🔄 Ducks Sorter - Real world example\n-   `Ch09`: Iterator \u0026 Composite\n    -   [x] 🍽️ Menu 1 - Iterator\n    -   [x] 🍽️ Menu 2 - Iterator (Built-In)\n    -   [x] 🍽️ Menu 3 - Composite\n    -   [x] 🍽️ Menu 4 - Composite \u0026 Iterator (Built-In)\n-   `Ch10`: State\n    -   [x] 🎰 Gumball Machine 1\n    -   [x] 🎰 Gumball Machine 2\n-   `Ch11`: Proxy\n    -   [x] 🖥️ Gumball Monitor\n    -   [ ] 🎑 Album Cover\n    -   [ ] 👨‍💻 Person\n-   `Ch12`: Compound\n    -   [x] 🦆 Duck Simulator\n    -   [ ] 🔊 DJ View - MVC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteeeee0223%2Ftypescrtipt-design-pattern","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteeeee0223%2Ftypescrtipt-design-pattern","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteeeee0223%2Ftypescrtipt-design-pattern/lists"}