{"id":51607739,"url":"https://github.com/synthwaveblues/portfolio","last_synced_at":"2026-07-12T03:01:28.422Z","repository":{"id":353152633,"uuid":"1218037746","full_name":"synthwaveblues/Portfolio","owner":"synthwaveblues","description":"My portfolio website","archived":false,"fork":false,"pushed_at":"2026-05-25T19:14:35.000Z","size":4004,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-25T19:28:33.666Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://portfolio-ochre-nu-64.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/synthwaveblues.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":"2026-04-22T13:22:09.000Z","updated_at":"2026-05-25T19:14:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/synthwaveblues/Portfolio","commit_stats":null,"previous_names":["synthwaveblues/portfolio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/synthwaveblues/Portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synthwaveblues%2FPortfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synthwaveblues%2FPortfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synthwaveblues%2FPortfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synthwaveblues%2FPortfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/synthwaveblues","download_url":"https://codeload.github.com/synthwaveblues/Portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synthwaveblues%2FPortfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35380480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-12T02:00:06.386Z","response_time":87,"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":"2026-07-12T03:01:23.546Z","updated_at":"2026-07-12T03:01:28.408Z","avatar_url":"https://github.com/synthwaveblues.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Portfolio — Anton Shevchenko\n\nPersonal developer portfolio built with Astro, React, and TypeScript. Features a Spotify now-playing widget, interactive project demos, a typing game, and a light/dark theme.\n\n---\n\n## Tech Stack\n\n| Layer | Technology |\n|---|---|\n| Framework | Astro 6 (SSR) |\n| UI | React 19, TypeScript |\n| Styling | CSS (custom properties, no framework) |\n| Deployment | Vercel |\n| API | Spotify Web API (now-playing widget) |\n\n---\n\n## Project Structure\n\n```\nsrc/\n├── components/\n│   ├── sections/        # Page sections (Hero, Projects, TechStack, Timeline, FunZone, Contact)\n│   └── ui/              # Shared UI components (Nav)\n├── data/\n│   ├── projects.ts      # Project cards content\n│   └── timeline.ts      # Timeline entries\n├── layouts/\n│   └── layout.astro     # Base HTML layout (meta, OG tags)\n├── pages/\n│   ├── index.astro      # Main page\n│   └── api/\n│       └── spotify.ts   # Spotify now-playing endpoint\n└── styles/              # Global and section CSS\npublic/\n├── og.png               # OG preview image (1200x630)\n├── robots.txt\n├── favicon.svg\n└── *.png                # Project screenshots\n```\n\n---\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js `\u003e=22.12.0`\n- A Spotify app with a refresh token ([guide](https://developer.spotify.com/documentation/web-api))\n\n### Setup\n\n```bash\n# 1. Install dependencies\nnpm install\n\n# 2. Copy env file and fill in your Spotify credentials\ncp .env.example .env\n\n# 3. Start dev server\nnpm run dev\n```\n\n### Environment Variables\n\n```env\nSPOTIFY_CLIENT_ID=\nSPOTIFY_CLIENT_SECRET=\nSPOTIFY_REFRESH_TOKEN=\n```\n\n### Commands\n\n| Command | Action |\n|---|---|\n| `npm run dev` | Start dev server at `localhost:4321` |\n| `npm run build` | Build for production |\n| `npm run preview` | Preview production build locally |\n\n---\n\n## Featured Projects\n\n### Student Helper\nAI-powered exam preparation platform. Microservices backend (NestJS, Turborepo), Google Gemini 2.5 Flash for quiz/flashcard generation, OCR via Tesseract.js, PostgreSQL + AWS S3, Docker.\n\n### MovieChecklist\nNative Android watchlist app. MVVM + Jetpack Compose, Firebase Auth \u0026 Firestore, TMDB API, Room Database, WorkManager push notifications.\n\n### Natours\nFull-stack tour booking platform. Node.js + Express, MongoDB, Stripe payments, JWT auth, server-side rendering with Pug templates.\n\n---\n\n## Deployment\n\nDeployed on **Vercel** with SSR adapter. Set the environment variables in the Vercel dashboard before deploying.\n\nOnce you have a domain, update:\n- `SITE_URL` in `astro.config.mjs`\n- `Sitemap:` line in `public/robots.txt`\n\n---\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynthwaveblues%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsynthwaveblues%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynthwaveblues%2Fportfolio/lists"}