{"id":13907919,"url":"https://github.com/Soneji/portfolio","last_synced_at":"2025-07-18T06:31:49.495Z","repository":{"id":38616928,"uuid":"275059546","full_name":"Soneji/portfolio","owner":"Soneji","description":"My Personal Portfolio built with NextJS and GitHub's GraphQL API. Uses SSR to always ensure repo stars and description are always up to date. Uses Notion as a CMS for the blog section. ","archived":false,"fork":false,"pushed_at":"2023-03-14T22:38:55.000Z","size":39228,"stargazers_count":30,"open_issues_count":9,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-24T01:11:40.965Z","etag":null,"topics":["github","github-api","github-api-v4","graphql","next","nextjs","notion","notion-api","notion-blog","react","ssr"],"latest_commit_sha":null,"homepage":"https://dhavalsoneji.com","language":"JavaScript","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/Soneji.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":"2020-06-26T02:44:08.000Z","updated_at":"2024-06-10T09:59:12.000Z","dependencies_parsed_at":"2024-11-13T23:39:06.598Z","dependency_job_id":"3e3f7e54-5b26-43fa-86b9-a73955170951","html_url":"https://github.com/Soneji/portfolio","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soneji%2Fportfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soneji%2Fportfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soneji%2Fportfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soneji%2Fportfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Soneji","download_url":"https://codeload.github.com/Soneji/portfolio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226361597,"owners_count":17612925,"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":["github","github-api","github-api-v4","graphql","next","nextjs","notion","notion-api","notion-blog","react","ssr"],"created_at":"2024-08-06T23:02:18.598Z","updated_at":"2024-11-25T16:31:09.453Z","avatar_url":"https://github.com/Soneji.png","language":"JavaScript","readme":"\u003ch1 align=\"center\"\u003e\n  Dhaval's Personal Portfolio and Notion Blog\n\u003c/h1\u003e\n\n\u003c!-- [![Netlify Status](https://api.netlify.com/api/v1/badges/f3c4bc45-2b8d-4bfa-8ed4-1a3ec1840b28/deploy-status)](https://app.netlify.com/sites/soneji/deploys) --\u003e\n\n## 🌐 Live site\n\n### [dhavalsoneji.com](https://dhavalsoneji.com)\n\n## 🚀 Quick start\n\n1.  **Git clone this repo**\n\n    ```shell\n    git clone ...\n    ```\n\n1.  **Copy `.env.sample` to `.env.local` and add your [GitHub PAT](https://github.com/settings/tokens) with repo scope, as well as all the other values.**\n\n1.  **Start developing.**\n\n    Navigate into your new site’s directory and start it up.\n\n    ```shell\n    cd portfolio/\n    npm install # to install required dependencies\n    npm run dev # runs next.js local development server\n    ```\n\n1.  **Open the code and start customizing!**\n\n    Your site is now running at http://localhost:3000!\n\n    Edit `pages/index.js` to see your site update in real-time!\n\n\n\u003cdetails\u003e\n\n\u003csummary\u003eNextJS Documentation\u003c/summary\u003e\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.\n\n[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`.\n\nThe `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n\n\u003c/details\u003e\n","funding_links":[],"categories":["HarmonyOS"],"sub_categories":["Windows Manager"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSoneji%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSoneji%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSoneji%2Fportfolio/lists"}