{"id":18575593,"url":"https://github.com/jsiqbal/portfolio","last_synced_at":"2025-05-16T00:30:25.195Z","repository":{"id":183212754,"uuid":"669738557","full_name":"JsIqbal/portfolio","owner":"JsIqbal","description":"Nextjs-portfolio","archived":false,"fork":false,"pushed_at":"2023-08-07T17:25:05.000Z","size":2583,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-02-17T15:13:30.442Z","etag":null,"topics":["ci-cd","javascript","nextjs13","nextui","tailwindcss","typescript","vercel","vercel-deployment"],"latest_commit_sha":null,"homepage":"https://portfolio-psi-wheat-51.vercel.app","language":"TypeScript","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/JsIqbal.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-07-23T09:13:42.000Z","updated_at":"2024-10-14T15:30:10.000Z","dependencies_parsed_at":"2024-11-06T23:20:38.746Z","dependency_job_id":"d7b38b0e-dfe6-4051-818d-d1bacec0d08f","html_url":"https://github.com/JsIqbal/portfolio","commit_stats":null,"previous_names":["jsiqbal/next-portfolio"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JsIqbal%2Fportfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JsIqbal%2Fportfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JsIqbal%2Fportfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JsIqbal%2Fportfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JsIqbal","download_url":"https://codeload.github.com/JsIqbal/portfolio/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254447274,"owners_count":22072753,"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":["ci-cd","javascript","nextjs13","nextui","tailwindcss","typescript","vercel","vercel-deployment"],"created_at":"2024-11-06T23:20:28.551Z","updated_at":"2025-05-16T00:30:25.170Z","avatar_url":"https://github.com/JsIqbal.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next.js \u0026 NextUI Template\n\nThis is a template for creating applications using Next.js 13 (app directory) and NextUI (v2).\n\n## Technologies Used\n\n-   [Next.js 13](https://nextjs.org/docs/getting-started)\n-   [NextUI v2](https://nextui-docs-v2.vercel.app/)\n-   [Tailwind CSS](https://tailwindcss.com/)\n-   [Tailwind Variants](https://tailwind-variants.org)\n-   [TypeScript](https://www.typescriptlang.org/)\n-   [Framer Motion](https://www.framer.com/motion/)\n-   [next-themes](https://github.com/pacocoursey/next-themes)\n\n## How to Use\n\n### Use the template with create-next-app\n\nTo create a new project based on this template using `create-next-app`, run the following command:\n\n```bash\nnpx create-next-app -e https://github.com/nextui-org/next-app-template\n```\n\n### Must Be Followed by\n\n```bash\nnpm i @nextui-org/react\n\n```\n\n### Run the development server\n\n```bash\nnpm run dev\n```\n\n## License\n\nLicensed under the [MIT license](https://github.com/nextui-org/next-app-template/blob/main/LICENSE).\n\n---\n\n# From here is the Documentation of this project:\n\n-   This is the initial package.json file:\n\n```json\n{\n    \"name\": \"portfolio\",\n    \"version\": \"0.0.1\",\n    \"private\": true,\n    \"scripts\": {\n        \"dev\": \"next dev\",\n        \"build\": \"next build\",\n        \"start\": \"next start\",\n        \"lint\": \"next lint\"\n    },\n    \"dependencies\": {\n        \"@nextui-org/button\": \"^0.0.0-dev-v2-20230714000855\",\n        \"@nextui-org/code\": \"^0.0.0-dev-v2-20230714000855\",\n        \"@nextui-org/input\": \"^0.0.0-dev-v2-20230714000855\",\n        \"@nextui-org/kbd\": \"^0.0.0-dev-v2-20230714000855\",\n        \"@nextui-org/link\": \"^0.0.0-dev-v2-20230714000855\",\n        \"@nextui-org/navbar\": \"^0.0.0-dev-v2-20230714000855\",\n        \"@nextui-org/snippet\": \"^0.0.0-dev-v2-20230714000855\",\n        \"@nextui-org/switch\": \"^0.0.0-dev-v2-20230714000855\",\n        \"@nextui-org/system\": \"^0.0.0-dev-v2-20230714000855\",\n        \"@nextui-org/theme\": \"^0.0.0-dev-v2-20230714000855\",\n        \"@nextui-org/react\": \"^1.0.0-beta.13\",\n        \"@react-aria/visually-hidden\": \"^3.8.1\",\n        \"@react-aria/ssr\": \"^3.6.0\",\n        \"@types/node\": \"20.2.5\",\n        \"@types/react\": \"18.2.8\",\n        \"@types/react-dom\": \"18.2.4\",\n        \"autoprefixer\": \"10.4.14\",\n        \"clsx\": \"^1.2.1\",\n        \"eslint\": \"8.41.0\",\n        \"eslint-config-next\": \"13.4.4\",\n        \"framer-motion\": \"^10.12.16\",\n        \"intl-messageformat\": \"^10.1.0\",\n        \"next\": \"13.4.9\",\n        \"next-themes\": \"^0.2.1\",\n        \"postcss\": \"8.4.24\",\n        \"react\": \"18.2.0\",\n        \"react-dom\": \"18.2.0\",\n        \"tailwind-variants\": \"^0.1.13\",\n        \"tailwindcss\": \"3.3.2\",\n        \"typescript\": \"5.0.4\"\n    },\n    \"devDependencies\": {\n        \"gh-pages\": \"^5.0.0\"\n    }\n}\n```\n\n### To make the .env properties available use following format:\n\n```code\nNEXT_PUBLIC_PUBLIC_KEY=\nNEXT_PUBLIC_SERVICE_ID=\nNEXT_PUBLIC_TEMPLATE_ID=\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsiqbal%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsiqbal%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsiqbal%2Fportfolio/lists"}