{"id":31978587,"url":"https://github.com/etff/nomad-korea","last_synced_at":"2025-10-14T22:23:29.244Z","repository":{"id":318435064,"uuid":"1071259120","full_name":"etff/nomad-korea","owner":"etff","description":"claude code practice","archived":false,"fork":false,"pushed_at":"2025-10-07T06:00:43.000Z","size":122,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-07T07:25:44.059Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/etff.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-10-07T05:21:08.000Z","updated_at":"2025-10-07T06:00:47.000Z","dependencies_parsed_at":"2025-10-07T07:25:46.357Z","dependency_job_id":"08821316-fd22-41a4-ad45-ff1ba6f657d9","html_url":"https://github.com/etff/nomad-korea","commit_stats":null,"previous_names":["etff/nomad-korea"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/etff/nomad-korea","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etff%2Fnomad-korea","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etff%2Fnomad-korea/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etff%2Fnomad-korea/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etff%2Fnomad-korea/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/etff","download_url":"https://codeload.github.com/etff/nomad-korea/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/etff%2Fnomad-korea/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279021779,"owners_count":26087055,"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-10-14T02:00:06.444Z","response_time":60,"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":"2025-10-14T22:23:27.618Z","updated_at":"2025-10-14T22:23:29.235Z","avatar_url":"https://github.com/etff.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NomadKorea - 대한민국 디지털 노마드 플랫폼\n\n전국 20개 도시의 생생한 노마드 라이프 정보를 제공하는 플랫폼입니다.\n\n## 🚀 기술 스택\n\n- **Framework**: Next.js 15 (App Router)\n- **Language**: TypeScript\n- **Styling**: Tailwind CSS\n- **UI Components**: Shadcn UI\n- **Font**: Geist Sans, Geist Mono\n\n## 🎨 주요 기능 (UI)\n\n- ✅ 헤더 (Sticky Navigation)\n- ✅ 히어로 섹션 (검색 기능 포함)\n- ✅ 통계 카드 (Quick Stats)\n- ✅ 필터링 및 정렬 시스템\n- ✅ 추천 도시 (Featured City)\n- ✅ 도시 카드 그리드 (반응형)\n- ✅ 최근 리뷰\n- ✅ CTA 섹션\n- ✅ 푸터\n\n## 🎯 디자인 시스템\n\n### 색상 팔레트\n\n- **Primary**: #00BFA5 (청록색)\n- **Secondary**: #FF6F00 (주황색)\n- **Accent**: #FFD600 (노란색)\n- **Background**: #F5F5F5\n- **Text (Dark)**: #212121\n- **Text (Light)**: #757575\n\n### 반응형 레이아웃\n\n- **Desktop** (1200px+): 3열 그리드\n- **Tablet** (768-1199px): 2열 그리드\n- **Mobile** (\u003c768px): 1열 그리드\n\n## 📦 설치 및 실행\n\n### 설치\n\n```bash\nnpm install\n```\n\n### 개발 서버 실행\n\n```bash\nnpm run dev\n```\n\n브라우저에서 [http://localhost:3000](http://localhost:3000)을 열어 확인하세요.\n\n### 빌드\n\n```bash\nnpm run build\n```\n\n### 프로덕션 실행\n\n```bash\nnpm start\n```\n\n## 📁 프로젝트 구조\n\n```\nnomad-korea/\n├── app/\n│   ├── layout.tsx          # 루트 레이아웃\n│   ├── page.tsx            # 메인 홈페이지\n│   └── globals.css         # 글로벌 스타일\n├── components/\n│   ├── Header.tsx          # 헤더 컴포넌트\n│   ├── HeroSection.tsx     # 히어로 섹션\n│   ├── QuickStats.tsx      # 통계 카드\n│   ├── FilterSection.tsx   # 필터링 섹션\n│   ├── FeaturedCity.tsx    # 추천 도시\n│   ├── CityCard.tsx        # 도시 카드\n│   ├── CityCardsGrid.tsx   # 도시 카드 그리드\n│   ├── RecentReviews.tsx   # 최근 리뷰\n│   ├── CTASection.tsx      # CTA 섹션\n│   └── Footer.tsx          # 푸터\n└── components/ui/          # Shadcn UI 컴포넌트\n```\n\n## 📝 주요 컴포넌트\n\n### Header\n- Sticky 네비게이션\n- 로고, 메뉴, 로그인/회원가입 버튼\n\n### HeroSection\n- 배경 이미지\n- 검색창\n- CTA 버튼\n\n### QuickStats\n- 4개의 통계 카드 (도시 수, 노마드 수, 리뷰 수, 밋업 수)\n\n### FilterSection\n- 검색창\n- 지역/예산 필터\n- 정렬 옵션\n- 빠른 필터 태그\n\n### FeaturedCity\n- 이번 주 추천 도시 대형 배너\n\n### CityCardsGrid\n- 도시 카드 그리드 (반응형)\n- 도시별 정보 카드\n\n### RecentReviews\n- 최근 리뷰 3개 표시\n\n### CTASection\n- 회원가입 유도 섹션\n\n### Footer\n- 링크 그룹\n- 소셜미디어\n- 저작권 정보\n\n## 🔧 커스터마이징\n\n색상 팔레트는 `app/globals.css`에서 CSS 변수로 관리됩니다:\n\n```css\n:root {\n  --primary: #00BFA5;\n  --secondary: #FF6F00;\n  --accent: #FFD600;\n  /* ... */\n}\n```\n\n## 📄 라이선스\n\n© 2025 NomadKorea. All rights reserved.\n\nMade with ❤️ in Korea\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetff%2Fnomad-korea","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fetff%2Fnomad-korea","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fetff%2Fnomad-korea/lists"}