{"id":23236665,"url":"https://github.com/uxplorerss/uxplorers-frontend","last_synced_at":"2025-08-19T23:30:43.066Z","repository":{"id":263245234,"uuid":"889433547","full_name":"uxplorerss/uxplorers-frontend","owner":"uxplorerss","description":"UX디자인 수업 프로젝트, TmoneyGO UX 개선, KUmoneyGO, 쿠머니 고","archived":false,"fork":false,"pushed_at":"2025-01-02T13:07:31.000Z","size":17753,"stargazers_count":3,"open_issues_count":11,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T05:51:28.230Z","etag":null,"topics":["emotion","github-actions","react","react-select","storybook","tanstack-router","typescript","vercel","vite","zustand"],"latest_commit_sha":null,"homepage":"https://uxplorers-frontend.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/uxplorerss.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-11-16T11:24:27.000Z","updated_at":"2025-01-11T02:25:00.000Z","dependencies_parsed_at":"2024-12-08T15:17:29.099Z","dependency_job_id":"d28788e1-a633-413b-8946-abd7a2dd21f6","html_url":"https://github.com/uxplorerss/uxplorers-frontend","commit_stats":null,"previous_names":["uxplorerss/uxplorers-frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/uxplorerss/uxplorers-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uxplorerss%2Fuxplorers-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uxplorerss%2Fuxplorers-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uxplorerss%2Fuxplorers-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uxplorerss%2Fuxplorers-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uxplorerss","download_url":"https://codeload.github.com/uxplorerss/uxplorers-frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uxplorerss%2Fuxplorers-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271239845,"owners_count":24724739,"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-19T02:00:09.176Z","response_time":63,"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":["emotion","github-actions","react","react-select","storybook","tanstack-router","typescript","vercel","vite","zustand"],"created_at":"2024-12-19T04:11:56.920Z","updated_at":"2025-08-19T23:30:43.061Z","avatar_url":"https://github.com/uxplorerss.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Live Demo\n\nhttps://uxplorers-frontend.vercel.app/\n\n## Presentation pdf\n\n[Browser pdf viewer](https://uxplorers-frontend.vercel.app/UXplorers.pdf)   \n[Orign pdf file in github](https://github.com/uxplorerss/uxplorers-frontend/blob/main/UXplorers.pdf)   \n\n### Some slides of Presentation\n![alt text](readme_img/image.png)\n![alt text](readme_img/image-1.png)\n![alt text](readme_img/image-2.png)\n![alt text](readme_img/image-3.png)\n![alt text](readme_img/image-4.png)\n\n## Our Members\n\n- 김별찬 (개발 팀장):\n  - 개발일정 산정 및 테스크 분배, 미팅 로그 작성\n  - 개발환경 세팅\n  - 공통 컴포넌트 제작\n  - 예매 확인 페이지 및 결제 페이지 구현\n  - 즐겨찾기를 제외한 전역 상태 설계 및 구현\n  - github actions를 통한 lint, build 및 storybook 배포 플로우 작성\n- 양석준:\n  - 프로젝트 기획\n  - 좌석 선택 페이지 구현\n- 김지환:\n  - vercel 배포 및 vite proxy setting을 통한 공공데이터 버스 실시간 정보 api 연동 로직\n  - 실시간 정보 api를 바탕으로 버스 목록 페이지 구현\n  - 즐겨찾기 기능 전역 상태 및 UI 구현\n- 조용찬:\n  - 검색 페이지(홈페이지) 구현\n  - 출발지 및 도착지 목록 페이지 구현\n  - Date picker 구현\n\n## How to run development environment\n\n- package manager로 yarn을 사용합니다.\n\n```shell\nyarn install\nyarn dev\n```\n\n## How to run storybook\n\n```shell\nyarn storybook\n```\n\n## 배포: gh-pages 브랜치 기준\n\n```shell\nyarn build\nyarn deploy\n```\n\n\u003e 현재는 fork한 repo를 수동으로 vercel에서 배포하고 있습니다.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuxplorerss%2Fuxplorers-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuxplorerss%2Fuxplorers-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuxplorerss%2Fuxplorers-frontend/lists"}