{"id":15693514,"url":"https://github.com/yunger7/portfolio","last_synced_at":"2025-05-07T23:38:00.176Z","repository":{"id":37805815,"uuid":"451101093","full_name":"yunger7/portfolio","owner":"yunger7","description":"My personal website. A place to showcase projects and tell a bit about myself.","archived":false,"fork":false,"pushed_at":"2024-09-16T11:57:57.000Z","size":14906,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-02T10:52:44.326Z","etag":null,"topics":["mantine","nextjs","nord","notion-api","portfolio"],"latest_commit_sha":null,"homepage":"https://luisgalete.com.br","language":"JavaScript","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/yunger7.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}},"created_at":"2022-01-23T12:44:23.000Z","updated_at":"2024-09-16T11:58:00.000Z","dependencies_parsed_at":"2024-08-25T17:34:50.982Z","dependency_job_id":"d4b0ed9f-687b-4d4d-8d8f-d5d4e89984e5","html_url":"https://github.com/yunger7/portfolio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunger7%2Fportfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunger7%2Fportfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunger7%2Fportfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunger7%2Fportfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yunger7","download_url":"https://codeload.github.com/yunger7/portfolio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223817760,"owners_count":17207947,"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":["mantine","nextjs","nord","notion-api","portfolio"],"created_at":"2024-10-03T18:44:48.118Z","updated_at":"2024-11-09T11:03:11.843Z","avatar_url":"https://github.com/yunger7.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://luisgalete.com.br/\"\u003e\n    \u003cimg src=\"/public/logo.png\" height=\"84\" /\u003e\n  \u003c/a\u003e\n  \u003ch3 align=\"center\"\u003eMy portfolio\u003c/h3\u003e\n  \u003cp align=\"center\"\u003eA place to showcase projects and previous works\u003c/p\u003e\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"https://luisgalete.com.br/\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/website?down_color=BF616A\u0026label=Website\u0026style=flat-square\u0026up_color=88C0D0\u0026colorA=4c566a\u0026colorB=5E81AC\u0026url=https%3A%2F%2Fluisgalete.com.br\" /\u003e\u003c/a\u003e\n    \u003cimg src=\"https://img.shields.io/github/last-commit/yunger7/portfolio?colorA=4c566a\u0026colorB=5E81AC\u0026label=Latest%20commit\u0026logo=github\u0026logoColor=ECEFF4\u0026style=flat-square\" /\u003e\n    \u003cimg src=\"https://img.shields.io/github/languages/code-size/yunger7/portfolio?colorA=4c566a\u0026colorB=5E81AC\u0026label=Code%20size\u0026logo=github\u0026logoColor=ECEFF4\u0026style=flat-square\" /\u003e\n    \u003c!-- \u003cimg src=\"https://img.shields.io/tokei/lines/github/yunger7/portfolio?colorA=4c566a\u0026colorB=5E81AC\u0026label=Total%20lines\u0026logo=github\u0026logoColor=ECEFF4\u0026style=flat-square\" /\u003e --\u003e\n    \u003cimg src=\"https://img.shields.io/github/languages/top/yunger7/portfolio?colorA=4c566a\u0026colorB=5E81AC\u0026label=Javascript\u0026logo=javascript\u0026logoColor=ECEFF4\u0026style=flat-square\" /\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/yunger7/portfolio?colorA=4c566a\u0026colorB=5E81AC\u0026label=License\u0026logo=github\u0026logoColor=ECEFF4\u0026style=flat-square\" /\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n## About\nThis is my portfolio website ― A place to tell a little bit about myself, showcase a few of my previous works and get in touch with other people. Each major version has its own branch and a subdomain associated with it, so it's possible to see the progress that I've made over time.\n\n## Tech stack\n- [Next.js](https://nextjs.org/)\n- [Mantine](https://mantine.dev/)\n- [Nord](https://www.nordtheme.com/)\n- [Notion API](https://developers.notion.com/)\n- [GitHub API](https://docs.github.com/en/rest)\n\n## Setup\nFirst, clone the repo to your machine, then install the dependencies and run `npm run dev` to start the development server.\n```\n$ git clone https://github.com/yunger7/portfolio.git\n$ cd ./portfolio\n$ npm install\n$ npm run dev\n```\nOpen http://localhost:3000 on your browser and voilà!\n\n## License\nLicensed under Apache-2.0 License. See `LICENSE` for more details.\n\n\u003chr /\u003e\u003cbr /\u003e\n\n\u003cp align=\"center\"\u003ePowered by ☕ and JavaScript \u003cbr/\u003e Made with 💙 by \u003ca href=\"https://github.com/yunger7\"\u003eyunger\u003c/a\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyunger7%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyunger7%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyunger7%2Fportfolio/lists"}