{"id":27696220,"url":"https://github.com/skxnsen/portfolio","last_synced_at":"2025-12-30T23:05:02.475Z","repository":{"id":289263228,"uuid":"965324043","full_name":"skxnsen/portfolio","owner":"skxnsen","description":"SPA Developed with Angular","archived":false,"fork":false,"pushed_at":"2025-04-22T11:06:02.000Z","size":21484,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-22T12:23:51.858Z","etag":null,"topics":["angular","angular-material","bootstrap","css","html","netlify","playwright-typescript","portfolio","typescript","vite"],"latest_commit_sha":null,"homepage":"https://skansen.netlify.app","language":"HTML","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/skxnsen.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":"2025-04-12T22:47:55.000Z","updated_at":"2025-04-22T11:06:05.000Z","dependencies_parsed_at":"2025-04-22T12:34:20.139Z","dependency_job_id":null,"html_url":"https://github.com/skxnsen/portfolio","commit_stats":null,"previous_names":["skxnsen/portfolio"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skxnsen%2Fportfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skxnsen%2Fportfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skxnsen%2Fportfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skxnsen%2Fportfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skxnsen","download_url":"https://codeload.github.com/skxnsen/portfolio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250840596,"owners_count":21495909,"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","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","angular-material","bootstrap","css","html","netlify","playwright-typescript","portfolio","typescript","vite"],"created_at":"2025-04-25T15:08:44.166Z","updated_at":"2025-12-30T23:05:02.457Z","avatar_url":"https://github.com/skxnsen.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://app.netlify.com/sites/skansen/deploys\"\u003e\n    \u003cimg src=\"https://api.netlify.com/api/v1/badges/8cfb0876-28da-414f-93e6-9c66de1f0aed/deploy-status\" alt=\"Netlify Status\" /\u003e\n  \u003c/a\u003e\n    \u003ca href=\"https://github.com/skxnsen/portfolio/actions/workflows/playwright_prod.yml\"\u003e\n    \u003cimg src=\"https://github.com/skxnsen/portfolio/actions/workflows/playwright_prod.yml/badge.svg\" alt=\"Playwright Prod Tests\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/skxnsen/portfolio/actions/workflows/netlify_playwright.yml\"\u003e\n    \u003cimg src=\"https://github.com/skxnsen/portfolio/actions/workflows/netlify_playwright.yml/badge.svg\" alt=\"Playwright and Netlify Deployment\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/skxnsen/portfolio/actions/workflows/osv-scanner.yml\"\u003e\n    \u003cimg src=\"https://github.com/skxnsen/portfolio/actions/workflows/osv-scanner.yml/badge.svg\" alt=\"OSV-Scanner\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\n# Angular App\n\nA modern Angular application portfolio built with [Angular CLI](https://angular.io/cli).\n\n## 🚀 Getting Started\n\n### Prerequisites\n\nMake sure you have the following installed:\n\n- [Node.js](https://nodejs.org/) (LTS)\n- npm (comes with Node.js) or [Yarn](https://yarnpkg.com/)\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/skxnsen/portfolio.git\ncd portfolio\n\n# Install dependencies\nnpm install\n# or\nyarn install\n```\n\n### Run the dev server\n\n```bash\n# Start the development server\nng serve\n```\n\nThen open [http://localhost:4200](http://localhost:4200) in your browser.\n\n## 🧪 Testing\n\n```bash\n# Playwright CLI\nnpx playwright test tests # Headless mode by default\nnpx playwright test tests --ui # UI mode\n```\n\n## 📁 Project Core Structure\n\n```\nangular-app/\n├── src/\n│   ├── app/            # Application logic\n│   ├── assets/         # Static files\n│   └── environments/   # Environment configs\n├── angular.json        # CLI config\n├── package.json        # Project metadata \u0026 scripts\n└── README.md\n```\n\n## ✅ TODO\n\n- [X] Responsive navigation component for mobile viewports\n- [X] Setup environment variables handling  \n- [ ] Implement lazy loading for feature modules  \n- [ ] Improve unit test coverage\n- [X] Improve UI test coverage with Playwright NodeJS\n- [X] Add CI/CD GitHub Actions pipeline\n- [ ] Dockerize the application  \n- [ ] Add documentation for components \u0026 services\n- [ ] Add day mode UI with toggle switch to header component\n- [ ] Accessability labels and tags\n- [ ] SEO optimization\n\n\n## 📄 License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskxnsen%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskxnsen%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskxnsen%2Fportfolio/lists"}