{"id":39248239,"url":"https://github.com/umsungjun/new_portfolio","last_synced_at":"2026-01-18T00:01:08.466Z","repository":{"id":247786842,"uuid":"802785156","full_name":"umsungjun/new_portfolio","owner":"umsungjun","description":"New Portfolio는 반응형 웹 디자인과 인터랙티브 채팅 UI, 다국어 지원을 통해 다양한 디바이스와 사용자에게 최적화된 포트폴리오 프로젝트입니다.","archived":false,"fork":false,"pushed_at":"2025-03-26T07:53:33.000Z","size":459,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T08:34:30.001Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://umsungjun.vercel.app/","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/umsungjun.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}},"created_at":"2024-05-19T09:02:13.000Z","updated_at":"2025-03-26T07:53:36.000Z","dependencies_parsed_at":"2024-10-24T07:23:51.590Z","dependency_job_id":"d60bef60-4b4b-4294-81de-ba9335d998f7","html_url":"https://github.com/umsungjun/new_portfolio","commit_stats":null,"previous_names":["umsungjun/new_portfolio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/umsungjun/new_portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umsungjun%2Fnew_portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umsungjun%2Fnew_portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umsungjun%2Fnew_portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umsungjun%2Fnew_portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umsungjun","download_url":"https://codeload.github.com/umsungjun/new_portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umsungjun%2Fnew_portfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28523008,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T23:53:28.710Z","status":"ssl_error","status_checked_at":"2026-01-17T23:52:20.131Z","response_time":85,"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":[],"created_at":"2026-01-18T00:00:27.814Z","updated_at":"2026-01-18T00:01:08.356Z","avatar_url":"https://github.com/umsungjun.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# New Portfolio(https://umsungjun.vercel.app)\n\n\u003cimg width=\"100%\" src=\"https://drive.google.com/thumbnail?id=1NxpqukbWOfZgNQ6HgfycCM7XrbpVSKBb\u0026sz=w1000\"/\u003e\n\n### 프로젝트 소개\n\nNew Portfolio는 제가 1년간 실무 생활을 통해 습득한 기술들을 바탕으로 제작한 프로젝트로, 반응형 웹 디자인을 통해 웹과 모바일 환경 모두에서 원활하게 작동하며, 포트폴리오를 확인하는 분들이 더 재미있게 탐색할 수 있도록 인터랙티브한 채팅 UI를 도입했습니다. 또한, 영어 번역 기능을 추가하여 국제 사용자들도 쉽게 이해할 수 있도록 다국어 지원을 제공합니다.\n\n### 프로젝트 사용 기술\n\n```\nReact, TypeScript, Tailwind CSS, Zustand, react-i18next, Vite\n```\n\n### 폴더 구조\n\n```\nsrc\n ┣ assets\n ┣ components\n ┃ ┣ ReactHelmet\n ┃ ┃ ┗ ReactHelmet.tsx\n ┃ ┣ chat\n ┃ ┃ ┣ chatComponent\n ┃ ┃ ┃ ┣ answer\n ┃ ┃ ┃ ┃ ┣ answerComponent\n ┃ ┃ ┃ ┃ ┃ ┣ utilComponent\n ┃ ┃ ┃ ┃ ┃ ┃ ┣ answerMark.tsx\n ┃ ┃ ┃ ┃ ┃ ┃ ┣ imagePreView.tsx\n ┃ ┃ ┃ ┃ ┃ ┃ ┣ projectComponent.tsx\n ┃ ┃ ┃ ┃ ┃ ┃ ┣ questionMark.tsx\n ┃ ┃ ┃ ┃ ┃ ┃ ┗ videoPlayer.tsx\n ┃ ┃ ┃ ┃ ┃ ┣ answer1.tsx\n ┃ ┃ ┃ ┃ ┃ ┣ answer2.tsx\n ┃ ┃ ┃ ┃ ┃ ┣ answer3.tsx\n ┃ ┃ ┃ ┃ ┃ ┣ answer4.tsx\n ┃ ┃ ┃ ┃ ┃ ┣ answer5.tsx\n ┃ ┃ ┃ ┃ ┃ ┣ answer6.tsx\n ┃ ┃ ┃ ┃ ┃ ┗ gitAndBlog.tsx\n ┃ ┃ ┃ ┃ ┗ answer.tsx\n ┃ ┃ ┃ ┣ chatStart.tsx\n ┃ ┃ ┃ ┣ questionComment.tsx\n ┃ ┃ ┃ ┗ selectQuestion.tsx\n ┃ ┃ ┣ chat.tsx\n ┃ ┃ ┣ chatBody.tsx\n ┃ ┃ ┗ chatHeader.tsx\n ┃ ┣ side\n ┃ ┃ ┣ profileSwiper\n ┃ ┃ ┃ ┗ profileSwiper.tsx\n ┃ ┃ ┣ .DS_Store\n ┃ ┃ ┗ side.tsx\n ┃ ┗ .DS_Store\n ┣ data\n ┃ ┣ locales\n ┃ ┃ ┣ en-US\n ┃ ┃ ┃ ┗ translation.json\n ┃ ┃ ┗ ko-KR\n ┃ ┃ ┃ ┗ translation.json\n ┃ ┗ initialChatHistory.ts\n ┣ i18n\n ┃ ┣ credentials.js\n ┃ ┣ i18n.ts\n ┃ ┗ loadSpreadSheet.js\n ┣ pages\n ┃ ┗ Main.tsx\n ┣ store\n ┃ ┣ useChatStore.ts\n ┃ ┣ useImagePreviewStore.ts\n ┃ ┗ useLanguageStore.ts\n ┣ type\n ┃ ┗ chatType.ts\n ┣ App.tsx\n ┣ index.css\n ┣ main.tsx\n ┗ vite-env.d.ts\n```\n\n### Commit Convention\n\n```\nFeat : 새로운 기능을 추가하는 경우\nFix : 버그를 고친경우\nDocs : 문서를 수정한 경우\nStyle : 코드 포맷 변경, 세미콜론 누락, 코드 수정이 없는경우\nRefactor : 코드 리펙토링\nTest : 테스트 코드, 리펙토링 테스트 코드를 추가했을 때\nChore : 빌드 업무 수정, 패키지 매니저 수정\nDesign : CSS 등 사용자가 UI 디자인을 변경했을 때\nRename : 파일명(or 폴더명) 을 수정한 경우\nRemove : 코드(파일) 의 삭제가 있을 때. \"Clean\", \"Eliminate\" 를 사용하기도 함\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumsungjun%2Fnew_portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumsungjun%2Fnew_portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumsungjun%2Fnew_portfolio/lists"}