{"id":23539896,"url":"https://github.com/cateiru/my-portfolio","last_synced_at":"2026-04-12T04:31:56.763Z","repository":{"id":42672935,"uuid":"325725440","full_name":"cateiru/my-portfolio","owner":"cateiru","description":"YutoWatanabe(cateiru)'s portfolio.","archived":false,"fork":false,"pushed_at":"2023-03-05T18:33:56.000Z","size":5365,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T18:52:11.651Z","etag":null,"topics":["nextjs","react","typescript","vercel"],"latest_commit_sha":null,"homepage":"https://o.cateiru.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cateiru.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2020-12-31T05:51:30.000Z","updated_at":"2022-07-04T02:34:22.000Z","dependencies_parsed_at":"2025-05-15T03:12:02.203Z","dependency_job_id":"1f8deec4-25f3-4722-b7e6-6c3eb73d14d8","html_url":"https://github.com/cateiru/my-portfolio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cateiru/my-portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cateiru%2Fmy-portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cateiru%2Fmy-portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cateiru%2Fmy-portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cateiru%2Fmy-portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cateiru","download_url":"https://codeload.github.com/cateiru/my-portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cateiru%2Fmy-portfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31704492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"online","status_checked_at":"2026-04-12T02:00:06.763Z","response_time":58,"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":["nextjs","react","typescript","vercel"],"created_at":"2024-12-26T04:40:48.226Z","updated_at":"2026-04-12T04:31:56.748Z","avatar_url":"https://github.com/cateiru.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1  align=\"center\"\u003ePORTFOLIO\u003c/h1\u003e\n\u003ch3  align=\"center\"\u003eYutoWatanabe's portfolio\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/cateiru/my-portfolio/main/portfolio/public/works/portfolio.png\" /\u003e\n\u003c/p\u003e\n\n## Build\n\nPlease create `.env` file in `portfolio` dir or set the environment.\n\n```env\nDISCORD_TOKEN=[Your discord webhook url]\nNEXT_PUBLIC_GA_TOKEN=[Your google analytics token]\nGITHUB_TOKEN=[Your github token]\n```\n\nand build\n\n```bash\ncd portfolio\nyarn run build\n```\n\n## Run\n\n```bash\ncd portfolio\nyarn run start\n```\n\nIf you start in debug mode\n\n```bash\ncd portfolio\nyarn run dev\n```\n\n## Information\n\n### Use language\n\nTypeScript\n\n### Hosting\n\n[Vercel](https://vercel.com/cateiru/my-portfolio)\n\n### Use packages\n\n- Next.js\n- React\n  - material-ui\n  - axios\n  - react-tooltip\n  - recharts\n  - react-cookie\n  - react-intersection-observer\n  - react-responsive-carousel\n\n### Tree\n\n```text\n.\n├── README.md\n├── components\n│   ├── Center.tsx\n│   ├── ContactForm.tsx\n│   ├── Footer.tsx\n│   ├── Header.tsx\n│   ├── Links.tsx\n│   ├── MyProfile.tsx\n│   ├── Page.tsx\n│   ├── PageHead.tsx\n│   ├── SkillContents.tsx\n│   ├── TimelineHistory.tsx\n│   ├── TryAnyUser.tsx\n│   ├── Undone.tsx\n│   ├── WorkDetails.tsx\n│   ├── WorksContents.tsx\n│   └── WrokJsonData.tsx\n├── data\n│   └── works\n│       ├── 0.json\n│       ├── 1.json\n│       ├── 2.json\n│       ├── 3.json\n│       ├── 4.json\n│       ├── 5.json\n│       └── 6.json\n├── next-env.d.ts\n├── next.config.js\n├── package.json\n├── pages\n│   ├── 404.tsx\n│   ├── _app.tsx\n│   ├── _document.tsx\n│   ├── about.tsx\n│   ├── api\n│   │   ├── form.tsx\n│   │   └── github.tsx\n│   ├── contact.tsx\n│   ├── index.tsx\n│   ├── skills\n│   │   └── user.tsx\n│   ├── skills.tsx\n│   ├── works\n│   │   └── [id].tsx\n│   └── works.tsx\n├── public\n│   ├── NoImage_dark.jpg\n│   ├── NoImage_light.jpg\n│   ├── favicon.ico\n│   ├── myIcon1.png\n│   ├── myIcon2.png\n│   └── works\n│       ├── TDU.png\n│       ├── classNotify.png\n│       ├── covid19.png\n│       ├── e_alert.png\n│       ├── e_alert2.jpeg\n│       ├── e_alert3.png\n│       ├── portfolio.png\n│       └── unchiMaker.png\n├── tsconfig.json\n├── utils\n│   ├── ga.tsx\n│   ├── githubData.tsx\n│   ├── icons\n│   │   ├── note.tsx\n│   │   ├── qiitaIcon.tsx\n│   │   └── zenn.tsx\n│   ├── links.tsx\n│   ├── pageName.tsx\n│   ├── theme.tsx\n│   ├── themeProps.tsx\n│   └── tileline.tsx\n└── yarn.lock\n```\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcateiru%2Fmy-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcateiru%2Fmy-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcateiru%2Fmy-portfolio/lists"}