{"id":31105856,"url":"https://github.com/ambitiousflowdev/portfolio","last_synced_at":"2026-05-05T08:31:13.717Z","repository":{"id":261484465,"uuid":"884438545","full_name":"AmbitiousFlowDev/Portfolio","owner":"AmbitiousFlowDev","description":"My Classic Static Web Portfolio.","archived":false,"fork":false,"pushed_at":"2025-08-23T21:22:49.000Z","size":2753,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-17T04:48:31.914Z","etag":null,"topics":["css","daisyui","gh-pages","javascript","tailwind","workflows"],"latest_commit_sha":null,"homepage":"https://ambitiousflowdev.github.io/Portfolio/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AmbitiousFlowDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2024-11-06T18:49:07.000Z","updated_at":"2025-09-01T17:18:43.000Z","dependencies_parsed_at":"2024-11-06T20:27:30.490Z","dependency_job_id":"05e91361-8eed-4718-b0c4-d56f4461cf1d","html_url":"https://github.com/AmbitiousFlowDev/Portfolio","commit_stats":null,"previous_names":["kyle-myre/portfolio-v1","moon-fang-su/portfolio-v2","ambitiousflow/portfolio","ambitiousflowdev/portfolio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AmbitiousFlowDev/Portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmbitiousFlowDev%2FPortfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmbitiousFlowDev%2FPortfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmbitiousFlowDev%2FPortfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmbitiousFlowDev%2FPortfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AmbitiousFlowDev","download_url":"https://codeload.github.com/AmbitiousFlowDev/Portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmbitiousFlowDev%2FPortfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32641957,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"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":["css","daisyui","gh-pages","javascript","tailwind","workflows"],"created_at":"2025-09-17T04:46:04.113Z","updated_at":"2026-05-05T08:31:13.645Z","avatar_url":"https://github.com/AmbitiousFlowDev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Portfolio\n\n\n\n![React](https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB)\n![React](https://img.shields.io/badge/daisyUI-1ad1a5?style=for-the-badge\u0026logo=daisyui\u0026logoColor=white) ![React](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white) \n![Vite](https://img.shields.io/badge/Vite-B73BFE?style=for-the-badge\u0026logo=vite\u0026logoColor=FFD62E) ![GitHubPages](https://img.shields.io/badge/GitHub%20Pages-222222?style=for-the-badge\u0026logo=GitHub%20Pages\u0026logoColor=white) ![Actions](https://img.shields.io/badge/GitHub_Actions-2088FF?style=for-the-badge\u0026logo=github-actions\u0026logoColor=white)\n\n## Overview\n\n- This project is built using React.js, Vite, Tailwind CSS, and DaisyUI, and is deployed via GitHub Pages with CI/CD pipelines powered by GitHub Actions.\n\n## Project Setup\n\n1. Clone\n\n```bash\ngit clone https://github.com/AmbitiousFlowDev/Portfolio.git\ncd Portfolio\n```\n\n2. Install libraries and run it\n\n```bash\nnpm install \nnpm run dev\n# build\nnpm run build\nnpm run preview\n```\n\n# Technologies\n\n| **Technology**   | **Description**                                                           | **Link**                                |\n|------------------|---------------------------------------------------------------------------|-----------------------------------------|\n| **React.js**       | A progressive JavaScript framework for building user interfaces.        | [React.js](https://react.dev/)          |\n| **Vite**         | A fast and modern build tool for frontend development.                    | [Vite](https://vitejs.dev/)             |\n| **TailwindCSS**  | A utility-first CSS framework for styling and design.                     | [TailwindCSS](https://tailwindcss.com/) |\n| **DaisyUI**      | A component library built on top of TailwindCSS for easy UI development.  | [DaisyUI](https://daisyui.com/)         |\n| **GitHub Pages** | Hosting platform to deploy static websites directly from GitHub repos.    | [GitHub Pages](https://pages.github.com/)|\n| **GitHub Actions**| CI/CD platform for automating workflows and deployment processes.        | [GitHub Actions](https://github.com/features/actions) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fambitiousflowdev%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fambitiousflowdev%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fambitiousflowdev%2Fportfolio/lists"}