{"id":15093213,"url":"https://github.com/aaronchrisjo/portfolio-io","last_synced_at":"2025-06-25T09:03:48.589Z","repository":{"id":255451656,"uuid":"839227864","full_name":"aaronchrisjo/portfolio-io","owner":"aaronchrisjo","description":"This platform is designed for creators to showcase their portfolios and inspire others. Explore a diverse range of portfolios, gain insights, and find the inspiration you need to craft your own unique portfolio.","archived":false,"fork":false,"pushed_at":"2025-03-16T07:48:23.000Z","size":2305,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-25T09:02:17.357Z","etag":null,"topics":["angular","angular-cli","firebase","html-css-javascript","ngx-ui","tailwind-css","typescript","vercel"],"latest_commit_sha":null,"homepage":"https://portfolioio.vercel.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/aaronchrisjo.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":"2024-08-07T07:41:24.000Z","updated_at":"2025-03-16T07:48:26.000Z","dependencies_parsed_at":"2024-09-05T13:29:43.249Z","dependency_job_id":"2e3a3818-973a-4789-8f3a-c4ef6fd1ff25","html_url":"https://github.com/aaronchrisjo/portfolio-io","commit_stats":null,"previous_names":["aaronchrisjo/portfolio-io"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aaronchrisjo/portfolio-io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronchrisjo%2Fportfolio-io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronchrisjo%2Fportfolio-io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronchrisjo%2Fportfolio-io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronchrisjo%2Fportfolio-io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aaronchrisjo","download_url":"https://codeload.github.com/aaronchrisjo/portfolio-io/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronchrisjo%2Fportfolio-io/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261841825,"owners_count":23217910,"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-cli","firebase","html-css-javascript","ngx-ui","tailwind-css","typescript","vercel"],"created_at":"2024-09-25T11:04:18.929Z","updated_at":"2025-06-25T09:03:48.525Z","avatar_url":"https://github.com/aaronchrisjo.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cdiv align=\"center\"\u003eWelcome to Portfolio.io 🎊\u003c/div\u003e\n\n\n\n\n**Portfolio.io** is a dynamic web application designed to showcase and explore a wide variety of developer portfolios. Whether you're searching for inspiration or starting to build your own portfolio, Portfolio.io offers a rich collection of examples to fuel your creativity. This platform features advanced filtering, search capabilities, and pagination to help users find portfolios that best match their interests.\n\n\n![Portfolio.io Preview](https://github.com/aaron-gcl-bi/portfolio-io/blob/master/src/assets/portfolio-io-home.png)\n\n\n## 🌟 Key Features\n\n- **Explore Portfolios**: Discover portfolios from various creators with diverse styles and technologies.\n- **Search and Filter**: Easily search and filter portfolios by categories such as Angular, React, HTML, Vue.js, and Svelte. Use the search bar to find specific portfolios based on keywords.\n- **Favorites**: Save your favorite portfolios and view them on a dedicated Favorites page.\n- **Authentication**: Secure login and signup options with email and Google authentication. Users can upload portfolios when authenticated.\n- **Dynamic UI**: Interactive elements, including subtle animations and modal views for portfolio details.\n- **Enhanced Portfolio Management**: Future updates will include additional features for managing and showcasing portfolios.\n- **Advanced Search Options**: Improved search functionality with more filters and sorting options.\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- [Angular CLI](https://github.com/angular/angular-cli) (v18.1.0 or higher)\n- [Firebase](https://firebase.google.com/) account and project for authentication and database\n- [TailwindCSS](https://tailwindcss.com/docs/guides/angular)\n\n### Installation\n\n1. **Clone the repository**:\n\n    ```bash\n    git clone https://github.com/aaronchrisjo/portfolio-io.git\n    ```\n\n2. **Navigate to the project directory**:\n\n    ```bash\n    cd portfolio-io\n    ```\n\n3. **Install dependencies**:\n\n    ```bash\n    npm install\n    ```\n\n4. **Configure Firebase**: Set up your Firebase project and add your configuration to the `src/environments/environment.ts` file.\n\n5. **Run the application**:\n\n    ```bash\n    ng serve\n    ```\n\n    The application will be available at `http://localhost:4200`.\n\n\n## 🤝🏻 Contributing\n\nContributions are welcome! If you have suggestions or improvements, please fork the repository and submit a pull request.\n\n1. **Fork the repository** on GitHub.\n2. **Create a new branch**:\n\n    ```bash\n    git checkout -b feature/your-feature\n    ```\n\n3. **Commit your changes**:\n\n    ```bash\n    git commit -am 'Add new feature'\n    ```\n\n4. **Push to the branch**:\n\n    ```bash\n    git push origin feature/your-feature\n    ```\n\n5. **Create a new Pull Request** on GitHub.\n\n## 📝 License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## 📩 Contact\n\nFor questions or feedback, feel free to reach out:\n\n- **Email**: [aaroncj089@gmail.com](mailto:aaroncj089@gmail.com)\n- **GitHub**: [aaronchrisjo](https://github.com/aaronchrisjo)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronchrisjo%2Fportfolio-io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaronchrisjo%2Fportfolio-io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronchrisjo%2Fportfolio-io/lists"}