{"id":19782828,"url":"https://github.com/tyronejosee/project_portfolio","last_synced_at":"2025-04-30T22:31:09.555Z","repository":{"id":213755048,"uuid":"733669911","full_name":"tyronejosee/project_portfolio","owner":"tyronejosee","description":"Portfolio: Personal website, built with React, Vitejs, Tailwind CSS and TypeScript, old versions with Django and PosgreSQL.","archived":false,"fork":false,"pushed_at":"2024-08-30T22:41:47.000Z","size":8766,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T05:34:24.018Z","etag":null,"topics":["18n","css","django","html","javascript","node-js","nodejs","prettier","python","react","react-router","sqlite3","tailwind","tailwind-css","tailwindcss","typescript","vitejs"],"latest_commit_sha":null,"homepage":"https://project-portfolio-amy.pages.dev/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tyronejosee.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}},"created_at":"2023-12-19T21:22:29.000Z","updated_at":"2025-03-15T20:57:27.000Z","dependencies_parsed_at":"2024-01-01T01:27:24.452Z","dependency_job_id":"84e155ab-9566-4e15-81b6-94d826a1b4f3","html_url":"https://github.com/tyronejosee/project_portfolio","commit_stats":null,"previous_names":["tyronejosee/project_portfolio"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyronejosee%2Fproject_portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyronejosee%2Fproject_portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyronejosee%2Fproject_portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tyronejosee%2Fproject_portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tyronejosee","download_url":"https://codeload.github.com/tyronejosee/project_portfolio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251791540,"owners_count":21644413,"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":["18n","css","django","html","javascript","node-js","nodejs","prettier","python","react","react-router","sqlite3","tailwind","tailwind-css","tailwindcss","typescript","vitejs"],"created_at":"2024-11-12T06:06:15.466Z","updated_at":"2025-04-30T22:31:08.763Z","avatar_url":"https://github.com/tyronejosee.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/tyronejosee/project_porfolio#gh-light-mode-only\" target=\"_blank\"\u003e\n    \u003cimg src=\"./public/svg/logo_light.svg\" alt=\"logo-light\" width=\"80\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/tyronejosee/project_porfolio#gh-dark-mode-only\" target=\"_blank\"\u003e\n    \u003cimg src=\"./public/svg/logo_dark.svg\" alt=\"logo-dark\" width=\"80\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\nPersonal portfolio created with React, Vite, TypeScript, and Tailwind CSS.\n\u003cp\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://project-portfolio-amy.pages.dev/\"\u003e\u003cstrong\u003eDeploy on Cloudflare ➡️\u003c/strong\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.typescriptlang.org/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/typescript-5.2.2-007ACC\" alt=\"typescript-version\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://react.dev/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/react-18.2.0-61DAFB\" alt=\"react-version\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://tailwindcss.com/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/tailwindcss-3.4.3-38B2AC\" alt=\"tailwindcss-version\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://vitejs.dev/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/vitejs-5.2.0-8A2BE2\" alt=\"vitejs-version\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Project Portfolio\n\n## Github Pages Config\n\n```yml\n\nname: Deploy static content to Pages\n\non:\n  push:\n    branches: [\"main\"]\n\n  workflow_dispatch:\n\npermissions:\n  contents: read\n  pages: write\n  id-token: write\n\nconcurrency:\n  group: \"pages\"\n  cancel-in-progress: true\n\njobs:\n  deploy:\n    environment:\n      name: github-pages\n      url: ${{ steps.deployment.outputs.page_url }}\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v4\n      - name: Set up Node\n        uses: actions/setup-node@v4\n        with:\n          node-version: 20\n          cache: \"npm\"\n      - name: Install dependencies\n        run: npm ci\n      - name: Build\n        run: npm run build\n      - name: Setup Pages\n        uses: actions/configure-pages@v4\n      - name: Upload artifact\n        uses: actions/upload-pages-artifact@v3\n        with:\n          path: \"./dist\"\n      - name: Deploy to GitHub Pages\n        id: deployment\n        uses: actions/deploy-pages@v4\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyronejosee%2Fproject_portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftyronejosee%2Fproject_portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyronejosee%2Fproject_portfolio/lists"}