{"id":16962476,"url":"https://github.com/mohammadshehadeh/github-finder","last_synced_at":"2026-04-16T07:33:51.097Z","repository":{"id":218222850,"uuid":"745721171","full_name":"MohammadShehadeh/github-finder","owner":"MohammadShehadeh","description":"This Github Finder App allows users to search for public repositories and users. It provides a user-friendly interface to discover and explore public repositories and users.","archived":false,"fork":false,"pushed_at":"2024-01-21T11:10:36.000Z","size":621,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T16:23:23.347Z","etag":null,"topics":["github-api","nextjs","react","typescript","unit-testing"],"latest_commit_sha":null,"homepage":"https://github-finder-zgpr.vercel.app/","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/MohammadShehadeh.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":"2024-01-20T00:27:35.000Z","updated_at":"2024-01-23T18:12:11.000Z","dependencies_parsed_at":"2025-01-26T11:42:21.223Z","dependency_job_id":"1b6e6aad-65cd-4fdc-934c-81ac549685d9","html_url":"https://github.com/MohammadShehadeh/github-finder","commit_stats":null,"previous_names":["mohammadshehadeh/github-finder"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MohammadShehadeh/github-finder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohammadShehadeh%2Fgithub-finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohammadShehadeh%2Fgithub-finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohammadShehadeh%2Fgithub-finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohammadShehadeh%2Fgithub-finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MohammadShehadeh","download_url":"https://codeload.github.com/MohammadShehadeh/github-finder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohammadShehadeh%2Fgithub-finder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31876532,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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":["github-api","nextjs","react","typescript","unit-testing"],"created_at":"2024-10-13T23:06:52.081Z","updated_at":"2026-04-16T07:33:51.083Z","avatar_url":"https://github.com/MohammadShehadeh.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Github Finder App\n\nThis Github Finder App allows users to search for public repositories and users. It provides a\nuser-friendly interface to discover and explore public repositories and users.\n\n## Getting Started\n\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with\n[`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\n## Prerequisites\n\nBefore you begin, ensure you have the following installed:\n\n- Node.js: [Download and install Node.js](https://nodejs.org/)\n\n## Installation\n\n#### Clone the repository:\n\n```bash\ngit clone https://github.com/MohammadSheadeh/github-finder.git\ncd github-finder\n```\n\n#### Select the desired Node.js version:\n\n```bash\nnvm use\n```\n\n- nvm: [Installing and Updating](https://github.com/nvm-sh/nvm#installing-and-updating)\n\n### Environment Variables\n\nThe following environment variables are required for the proper functioning of the project.\\\nCreate a `.env` file in the root directory and add the following values:\n\n#### `NEXT_PUBLIC_VERCEL_URL`\n\n- The base URL for the Vercel deployment of your application.\n- Example: `NEXT_PUBLIC_VERCEL_URL=https://your-vercel-app.vercel.app`\n\n#### `GITHUB_ACCESS_TOKEN`\n\n- This variable is used to increase github fetch rate limit.\n- Example: `GITHUB_ACCESS_TOKEN=your-github-access-token`\n\n#### Install dependencies:\n\n```bash\nnpm ci\n```\n\n#### Run the project:\n\n```bash\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n#### Build for Production:\n\n```bash\nnpm run build\n```\n\nBuilds the app for production to the `.next` folder.\\\nIt correctly bundles Next in production mode and optimizes the build for the best performance.\n\nnote: make sure to create a `.env` file in the root directory before running this command\n\n#### Run in Production Mode:\n\n```bash\nnpm run start\n```\n\nExecute this script to run the Next.js app in production mode. Once the app is running,\\\nyou can access it in the browser at [http://localhost:3000](http://localhost:3000)\\\nThis command is typically used after running the `npm run build` script.\n\n#### Run Tests:\n\n```bash\nnpm run test\n```\n\nIt executes the test suites to ensure the functionality of your code.\n\n#### Format Code with Prettier:\n\n```bash\nnpm run format\n```\n\nPrettier is used for code formatting. To ensure consistent formatting throughout the project.\\\nThis command will automatically format the code based on the rules defined in the `.prettierrc.js`\\\nconfiguration file.\n\n#### Run Linter:\n\n```bash\nnpm run lint\n```\n\nRun the linter to analyze the code for potential errors.\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\nfeedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the\n[Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme)\nfrom the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more\ndetails.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohammadshehadeh%2Fgithub-finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohammadshehadeh%2Fgithub-finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohammadshehadeh%2Fgithub-finder/lists"}