{"id":27696216,"url":"https://github.com/seygorin/youtube-client-app","last_synced_at":"2026-04-26T22:31:29.494Z","repository":{"id":288928317,"uuid":"967301473","full_name":"seygorin/youtube-client-app","owner":"seygorin","description":"Is an Angular-based video management platform that enables users to search YouTube content, browse trending videos in Kazakhstan with infinite scroll, manage favorites, and create custom video cards. ","archived":false,"fork":false,"pushed_at":"2025-04-20T13:35:36.000Z","size":273,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-25T15:08:43.136Z","etag":null,"topics":["angular","material-ui","ngrx","rxjs"],"latest_commit_sha":null,"homepage":"https://youtube-app-seygorin.netlify.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/seygorin.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}},"created_at":"2025-04-16T08:42:08.000Z","updated_at":"2025-04-20T13:35:39.000Z","dependencies_parsed_at":"2025-04-20T14:52:55.279Z","dependency_job_id":null,"html_url":"https://github.com/seygorin/youtube-client-app","commit_stats":null,"previous_names":["seygorin/youtube-client-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/seygorin/youtube-client-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seygorin%2Fyoutube-client-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seygorin%2Fyoutube-client-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seygorin%2Fyoutube-client-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seygorin%2Fyoutube-client-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seygorin","download_url":"https://codeload.github.com/seygorin/youtube-client-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seygorin%2Fyoutube-client-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32315711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T21:09:39.134Z","status":"ssl_error","status_checked_at":"2026-04-26T21:09:21.240Z","response_time":129,"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":["angular","material-ui","ngrx","rxjs"],"created_at":"2025-04-25T15:08:42.547Z","updated_at":"2026-04-26T22:31:29.481Z","avatar_url":"https://github.com/seygorin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YouTube Client App\n\nA Angular application that allows users to browse, search, and manage YouTube videos. [Deployed version](https://youtube-app-seygorin.netlify.app/).\n\n## Features\n\n- Search YouTube videos\n- Browse popular videos in Kazakhstan with infinite scrolling\n- View detailed video information\n- Add videos to favorites (for authenticated users)\n- Create and manage custom video cards\n- Filter and sort videos by different criteria\n- Light/dark theme toggle\n- Responsive design\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (20.x or higher)\n- Angular CLI\n\n### API Keys\n\n**Important**: Before running the application, you need to add your YouTube API key to the environment files:\n\n1. Navigate to the `src/environments` folder\n2. Update both environment files with your YouTube API key:\n\n```typescript\n// src/environments/environment.ts\nexport const environment = {\n  production: false,\n  youtubeApiKey: \"YOUR_YOUTUBE_API_KEY\",\n};\n```\n\n```typescript\n// src/environments/environment.prod.ts\nexport const environment = {\n  production: true,\n  youtubeApiKey: \"YOUR_YOUTUBE_API_KEY\",\n};\n```\n\nYou can obtain a YouTube API key by creating a project in the [Google Cloud Console](https://console.cloud.google.com/) and enabling the YouTube Data API v3.\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone #later#\n\n# Navigate to the project directory\ncd youtube-client-app\n\n# Install dependencies\nnpm install\n\n# Start the development server\nnpm start\n```\n\nThe application should now be running at `http://localhost:4200/`.\n\n## Technology Stack\n\n- Angular 19+\n- NgRx for state management\n- Angular Material for UI components\n- RxJS for reactive programming\n- TypeScript\n\n## Authentication\n\nThe app includes a simulated authentication system that is purely for demonstration purposes. Please note:\n\n- Authentication data is not stored in any database\n- User credentials are stored only in local storage\n- This is a mock implementation and not a secure authentication system\n- Login persists only until browser data is cleared\nThe mock authentication enables features like:\n- Adding videos to favorites\n- Creating and deleting custom video cards\n- Accessing admin panel","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseygorin%2Fyoutube-client-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseygorin%2Fyoutube-client-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseygorin%2Fyoutube-client-app/lists"}