{"id":51436821,"url":"https://github.com/claude-code-expert/helloworld","last_synced_at":"2026-07-05T07:07:31.211Z","repository":{"id":364951884,"uuid":"1266567025","full_name":"claude-code-expert/helloworld","owner":"claude-code-expert","description":"인프런 실습 1-Hello World 기본 예제 및 프롬프트","archived":false,"fork":false,"pushed_at":"2026-06-15T07:20:15.000Z","size":165,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-15T09:12:08.666Z","etag":null,"topics":[],"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/claude-code-expert.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":"2026-06-11T18:35:57.000Z","updated_at":"2026-06-15T07:20:19.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/claude-code-expert/helloworld","commit_stats":null,"previous_names":["claude-code-expert/helloworld"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/claude-code-expert/helloworld","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claude-code-expert%2Fhelloworld","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claude-code-expert%2Fhelloworld/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claude-code-expert%2Fhelloworld/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claude-code-expert%2Fhelloworld/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/claude-code-expert","download_url":"https://codeload.github.com/claude-code-expert/helloworld/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claude-code-expert%2Fhelloworld/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35146124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-05T02:00:06.290Z","response_time":100,"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":[],"created_at":"2026-07-05T07:07:28.709Z","updated_at":"2026-07-05T07:07:30.551Z","avatar_url":"https://github.com/claude-code-expert.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# helloworld — 인프런 실습 1\n\nClaude Code로 진행한 첫 번째 실습 예제 모음입니다. Python, TypeScript, HTML로 작성한 간단한 Hello World / 입력값 출력 프로그램을 담고 있습니다.\n\n## 구성\n\n| 파일 | 설명 |\n| --- | --- |\n| `hello.py` | \"Hello World\"를 출력하는 Python 프로그램 |\n| `index.html` | 입력값을 받아 화면에 출력하는 웹 페이지 |\n| `app.ts` | 입력값 처리 로직 (TypeScript 원본) |\n| `app.js` | `app.ts`를 컴파일한 결과 (브라우저 실행용) |\n| `tsconfig.json` | TypeScript 컴파일 설정 |\n\n## 실행 방법\n\n### 1. Python 프로그램\n\n```bash\npython3 hello.py\n```\n\n출력:\n\n```\nHello World\n```\n\n### 2. 웹 페이지 (입력값 출력)\n\n입력창에 값을 입력하고 **출력** 버튼을 누르거나 **Enter** 키를 누르면 입력한 값이 화면에 표시됩니다.\n\n브라우저에서 `index.html`을 직접 열거나, 로컬 서버로 실행합니다.\n\n```bash\n# macOS에서 바로 열기\nopen index.html\n\n# 또는 로컬 서버로 실행 후 http://localhost:8000 접속\npython3 -m http.server 8000\n```\n\n### TypeScript 다시 컴파일하기 (선택)\n\n`app.ts`를 수정한 경우 아래 명령으로 `app.js`를 다시 생성합니다.\n\n```bash\n# TypeScript가 없다면 설치\nnpm install -g typescript\n\n# tsconfig.json 설정대로 컴파일\ntsc\n```\n\n## 요구 사항\n\n- Python 3.x\n- 최신 웹 브라우저\n- (선택) TypeScript — `app.ts` 수정 시\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaude-code-expert%2Fhelloworld","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclaude-code-expert%2Fhelloworld","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaude-code-expert%2Fhelloworld/lists"}