{"id":48856287,"url":"https://github.com/joejo-joestar/joestar","last_synced_at":"2026-04-15T12:44:26.101Z","repository":{"id":300604743,"uuid":"995641647","full_name":"joejo-joestar/joestar","owner":"joejo-joestar","description":"🌐 my webisite :3","archived":false,"fork":false,"pushed_at":"2026-03-04T12:45:57.000Z","size":3997,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-15T12:44:09.488Z","etag":null,"topics":["css","github-api","html","javascript","now-playing","photo-gallery","portfolio-website","react","spotify-web-api","typescript","unsplash-api"],"latest_commit_sha":null,"homepage":"https://joestar.is-a.dev","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/joejo-joestar.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-03T19:50:38.000Z","updated_at":"2026-01-06T11:21:36.000Z","dependencies_parsed_at":"2025-07-15T14:13:34.717Z","dependency_job_id":"9e555e5d-028c-4487-b640-4726329aadf6","html_url":"https://github.com/joejo-joestar/joestar","commit_stats":null,"previous_names":["joejo-joestar/joestar"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joejo-joestar/joestar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joejo-joestar%2Fjoestar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joejo-joestar%2Fjoestar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joejo-joestar%2Fjoestar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joejo-joestar%2Fjoestar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joejo-joestar","download_url":"https://codeload.github.com/joejo-joestar/joestar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joejo-joestar%2Fjoestar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31842193,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T11:29:19.690Z","status":"ssl_error","status_checked_at":"2026-04-15T11:29:19.171Z","response_time":63,"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":["css","github-api","html","javascript","now-playing","photo-gallery","portfolio-website","react","spotify-web-api","typescript","unsplash-api"],"created_at":"2026-04-15T12:44:25.439Z","updated_at":"2026-04-15T12:44:26.091Z","avatar_url":"https://github.com/joejo-joestar.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e🌐 joestar\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./public/pixlogo.png\" alt=\"car in clouds\" title=\"car in clouds\" width=\"128\" \u003e\n\u003c/p\u003e\n\nmy portfolio website :3\n\nto run this project locally, you need to have [Node.js](https://nodejs.org/) installed. And then run the following commands:\n\n```bash\nnpm i\nnpm run dev\n```\n\n## 🙏 Special Thanks\n\n- [Oneko](https://github.com/adryd325/oneko.js/) for cat follow mouse real!\n- [nownownow.com](https://nownownow.com/about) for the \"now\" page\n- [catppuccin](https://catppuccin.com/) for the color scheme\n- [Emoji Kitchen](https://fonts.google.com/noto/specimen/Noto+Color+Emoji) for the remixed emojis (you can try out the combinations on this [really cool site](https://emojikitchen.dev/))\n- [CSS Loaders](https://css-loaders.com/) for the loading animations\n- [is-a.dev](https://is-a.dev/) for the free subdomain\n\n---\n\n## 🗂️ Project Structure\n\nBelow is a compact tree of the most important files and folders with a short note about their purpose.\n\n```plaintext\njoestar\n├── eslint.config.js  # ESLint rules and configuration\n├── index.html        # App HTML entry point\n├── package.json      # npm scripts, dependencies\n├── README.md         # Project documentation\n├── tsconfig*.json    # TypeScript configuration files\n├── vercel.json       # Vercel deployment configuration\n├── vite.config.ts    # Vite build/dev server config\n├── public/          # Static assets served as-is\n│   ├── oneko.gif    # Oneko cat animation\n│   ├── oneko.js     # Oneko script used on the site\n│   └── pixlogo.png  # Logo image\n└── src/              # Source code\n    ├── catppuccin.css  # Theme / color tokens\n    ├── index.css       # Global styles\n    ├── main.tsx        # React app bootstrap\n    ├── oneko.ts        # Oneko integration helper\n    ├── vite-env.d.ts   # Vite/TypeScript types\n    ├── api/             # Small API clients and fetchers\n    │   ├── repos.ts     # GitHub repo helpers\n    │   ├── spotify.ts   # Spotify \"now playing\" client\n    │   └── unsplash.ts  # Unsplash image fetcher\n    ├── assets/  # Images used by the UI\n    │   ├── pix404.png\n    │   ├── pixcontact.png\n    │   ├── pixhi.png\n    │   ├── pixnow.png\n    │   ├── pixpics.png\n    │   └── pixprojects.png\n    ├── components/        # Reusable UI components\n    │   ├── CategoryMenu/  # Category menu component\n    │   ├── Footer/        # Footer component\n    │   ├── MainGallery/   # Main gallery component\n    │   ├── Navbar/        # Navigation bar component\n    │   ├── NowPlaying/    # NowPlaying widget component\n    │   └── ProjectsList/  # Projects list component\n    ├── hooks/  # Custom React hooks\n    │   ├── useHashPassword.tsx\n    │   ├── useMediaQuery.tsx\n    │   └── useScrollToTop.tsx\n    ├── routes/         # Page routes (React Router)\n    │   ├── Contact/    # Contact page\n    │   ├── Home/       # Home page\n    │   ├── Missingno/  # 404 page\n    │   ├── Now/        # Now page\n    │   ├── Password/   # Password page\n    │   ├── Photos/     # Photos page\n    │   └── Projects/   # Projects page\n    └── shared/           # Shared utilities / data\n        └── socialsList.ts  # Social links used across the site\n```\n\n---\n\n## 🔌 Related Repos\n\nThis website uses resources from two other repos\n\n- [joejo-joestar/joestar-middleware](https://github.com/joejo-joestar/joestar-middleware) for the api proxies\n- [joejo-joestar/joestar-tools](https://github.com/joejo-joestar/joestar-tools) for the client side tools page\n\n---\n\n## 📋 Todo\n\nGo to the linked [GitHiub Projects](https://github.com/users/joejo-joestar/projects/1/views/1) for a more flushed out \"todo\" list!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoejo-joestar%2Fjoestar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoejo-joestar%2Fjoestar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoejo-joestar%2Fjoestar/lists"}