{"id":21352594,"url":"https://github.com/guyfrommilkyway/portfolio-v3","last_synced_at":"2026-04-11T07:02:32.283Z","repository":{"id":191594512,"uuid":"680787656","full_name":"guyfrommilkyway/portfolio-v3","owner":"guyfrommilkyway","description":"Portfolio website by yours truly","archived":false,"fork":false,"pushed_at":"2025-08-08T15:35:10.000Z","size":21398,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-08T04:54:55.204Z","etag":null,"topics":["firebase","nextjs","react","redis","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://almertampus.space","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/guyfrommilkyway.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":"2023-08-20T12:05:38.000Z","updated_at":"2025-08-08T15:35:13.000Z","dependencies_parsed_at":"2023-10-14T18:51:21.110Z","dependency_job_id":"bc821891-c521-45fd-ad8d-2026a6c880b9","html_url":"https://github.com/guyfrommilkyway/portfolio-v3","commit_stats":null,"previous_names":["guyfrommilkyway/portfolio-v3"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/guyfrommilkyway/portfolio-v3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guyfrommilkyway%2Fportfolio-v3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guyfrommilkyway%2Fportfolio-v3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guyfrommilkyway%2Fportfolio-v3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guyfrommilkyway%2Fportfolio-v3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guyfrommilkyway","download_url":"https://codeload.github.com/guyfrommilkyway/portfolio-v3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guyfrommilkyway%2Fportfolio-v3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31671630,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","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":["firebase","nextjs","react","redis","tailwindcss","typescript"],"created_at":"2024-11-22T03:14:14.872Z","updated_at":"2026-04-11T07:02:32.277Z","avatar_url":"https://github.com/guyfrommilkyway.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Getting Started\n\n### Installation\n\nBefore running the application, you need to install the necessary dependencies. Run the following command in your project directory:\n\n```bash\nyarn\n```\n\n### Environment\n\nCreate a `.env.development` for development, and `.env.production` for production.\n\n```\nNEXT_PUBLIC_FIREBASE_API=\nNEXT_PUBLIC_FIREBASE_API_KEY=\nNEXT_PUBLIC_URL=\nNEXT_PUBLIC_GITHUB_TOKEN=\n```\n\n#### Running the application\n\nTo run the application, follow these commands based on your environment (development or production mode):\n\n```bash\nyarn dev       # run application in development mode (.env.development)\nyarn build     # build the application for production (.env.production)\nyarn start     # run application in production mode (.env.production)\n```\n\n- On development mode, go to http://localhost:8080 in your browser\n- On production mode, go to http://localhost:3000 in your browser\n\n### Project structure\nThis project follows a well-organized directory structure for better maintainability and scalability. Below is an overview of the various directories and their purposes:\n\n#### Project directory\n\n```plaintext\nsrc/\n├── components/\n│   ├── routes/       # components for routing and page layouts\n│   └── common/       # shared components (buttons, modals, inputs)\n├── constants/        # application-wide constant values (API URLs, configs, static data)\n├── enums/            # typeScript enums to improve code readability and type safety\n├── services/         # service layer responsible for API requests and data handling\n├── utils/            # utility functions (data formatting, validation, etc.)\n├── hooks/            # custom React hooks for using state and lifecycle features\n├── styles/           # global and component-specific styles (CSS, SCSS, or styled-components)\n├── pages/            # application’s page components, each corresponding to a route\n└── types/            # typeScript interfaces or classes representing data structures\n```\n\n#### Component directory\n\n```plaintext\n# Layout component (sample)\n\nLayout/\n├── components/\n│   ├── Header.tsx        # the header component of the layout\n│   ├── Content.tsx       # the main content area component of the layout\n│   └── Footer.tsx        # the footer component of the layout\n├── controllers/\n│   ├── useSidebar.tsx    # custom hook for managing sidebar state and behavior\n│   └── useLayout.tsx     # custom hook for managing layout-specific logic\n└── index.tsx             # the main file that integrates all components and functionalities\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguyfrommilkyway%2Fportfolio-v3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguyfrommilkyway%2Fportfolio-v3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguyfrommilkyway%2Fportfolio-v3/lists"}