{"id":13566672,"url":"https://github.com/EddieHubCommunity/good-first-issue-finder","last_synced_at":"2025-04-04T00:31:56.051Z","repository":{"id":36977545,"uuid":"450007661","full_name":"EddieHubCommunity/good-first-issue-finder","owner":"EddieHubCommunity","description":"Issue-Crawler for GitHub based on Sveltekit","archived":false,"fork":false,"pushed_at":"2024-08-03T08:44:11.000Z","size":2761,"stargazers_count":509,"open_issues_count":46,"forks_count":319,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-08-03T09:42:45.802Z","etag":null,"topics":["hacktoberfest","svelte","sveltekit","tailwind","typescript"],"latest_commit_sha":null,"homepage":"https://finder.eddiehub.org","language":"Svelte","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/EddieHubCommunity.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["eddiejaoude"]}},"created_at":"2022-01-20T08:06:42.000Z","updated_at":"2024-08-03T08:40:24.000Z","dependencies_parsed_at":"2023-10-10T19:37:18.960Z","dependency_job_id":"ac9a6504-31ff-406a-a1e8-6452fd87254f","html_url":"https://github.com/EddieHubCommunity/good-first-issue-finder","commit_stats":null,"previous_names":[],"tags_count":100,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EddieHubCommunity%2Fgood-first-issue-finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EddieHubCommunity%2Fgood-first-issue-finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EddieHubCommunity%2Fgood-first-issue-finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EddieHubCommunity%2Fgood-first-issue-finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EddieHubCommunity","download_url":"https://codeload.github.com/EddieHubCommunity/good-first-issue-finder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223075354,"owners_count":17083503,"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":["hacktoberfest","svelte","sveltekit","tailwind","typescript"],"created_at":"2024-08-01T13:02:14.374Z","updated_at":"2024-11-04T21:30:48.602Z","avatar_url":"https://github.com/EddieHubCommunity.png","language":"Svelte","funding_links":["https://github.com/sponsors/eddiejaoude"],"categories":["Sites","Svelte"],"sub_categories":[],"readme":"[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/EddieHubCommunity/good-first-issue-finder)\\\n[![RepoRater](https://repo-rater.eddiehub.org/api/badge?owner=EddieHubCommunity\u0026name=good-first-issue-finder)](https://repo-rater.eddiehub.org/rate?owner=EddieHubCommunity\u0026name=good-first-issue-finder)\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/EddieHubCommunity/good-first-issue-finder?style=plastic)\n![GitHub contributors](https://img.shields.io/github/contributors/EddieHubCommunity/good-first-issue-finder)\n[![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?style=plastic\u0026logo=discord\u0026logoColor=white)](https://discord.com/invite/jZQs6Wu)\n\n# Good First Issue Finder by EddieHub\n\nGood First Issue Finder helps new open source contributors to make it easy to get into the world of open source through good first issues.\n\n![eddiehub issue finder](https://github.com/user-attachments/assets/093b84ac-0fb8-43ab-aa55-0992a01d8fc5)\n\n\u003c!-- (Can be only done after merged 😅)\n## Example using Gitpod, ephemeral dev environment in the cloud (free)\n\n![Gitpod GIF with progress bar](https://user-images.githubusercontent.com/46727048/146048451-ed4ff31a-c178-4713-a9e0-95118be742dc.gif)\n--\u003e\n\n## 👨‍💻 Live Version\n\nCheck out the website: [Good First Issue Finder](https://finder.eddiehub.org)\n\n## 👇 Prerequisites\n\nBefore installation, please make sure you have already installed the following tools:\n\n- [Git](https://git-scm.com/downloads)\n- [NodeJs](https://nodejs.org/en/download/)\n\n## 🛠️ Installation Steps\n\n1. Fork the project [here](https://github.com/EddieHubCommunity/good-first-issue-finder/fork)\n2. Clone the project\n   ```bash\n     git clone https://github.com/YOUR_USERNAME/good-first-issue-finder.git\n   ```\n3. Navigate to the project directory `cd good-first-issue-finder`\n4. Install dependencies with `npm install`\n5. If you encountered error like `engine not compatible with your version on node/npm`\n\n   Upgrade your node version from [Here](https://nodejs.org/en/)\n\n   OR\n\n   By following commands from [Here](https://www.geeksforgeeks.org/how-to-update-node-js-and-npm-to-next-version/)\n\n   We highly recommend installing the current LTS version of node.\n\n6. Create a `.env` file in the root of the project. Then add your GitHub Oauth values (see example in `.env.example` file)\n\n\u003e **Note:** You need to set up an Oauth App(not GitHub App) in Github to get the required values. See the documentation [here](https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app).\n\u003e The Callback Url needs to point to the endpoint of the baseURL the app should run on: `http://localhost:5173/api/authentication/callback`.\n\u003e Also, never commit the .env file, it is ignored by Git.\n\n\u003cimg width=450 alt=\"callback url\" src=\"https://user-images.githubusercontent.com/75534912/191059977-48962f25-4a83-4564-9a17-019ab0783a40.jpg\" /\u003e\n\n7. Run `npm run dev`\n\nAlternatively, skip all the steps by using [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/EddieHubCommunity/good-first-issue-finder)\n\n\u003e **Note:** You still need to do the 6th step as defined earlier even if you are using Gitpod to run the app.\n\n## 🧪 Testing\n\nWe're using [Playwright](https://playwright.dev/) for running End-To-End Tests.\nFor running the tests you would need to install the playwright dependencies by running\n\n```bash\nnpx playwright install --with-deps\n```\n\n## 👨‍💻 Contributing\n\n- Contributions make the open source community such an amazing place to learn, inspire, and create.\n- Any contributions you make are **greatly appreciated**.\n\u003c!-- Don't yet have guide, uncomment when we have refer https://github.com/EddieHubCommunity/good-first-issue-finder/issues/79\n- Check out our [contribution guidelines](/CONTRIBUTING.md) for more information.\n  --\u003e\n\n## 🛡️ License\n\nGood first issue finder is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 💪 Thanks to all Contributors\n\nThanks a lot for spending your time helping Good first issue finder grow. Thanks a lot! Keep rocking 🍻\n\n[![Contributors](https://contrib.rocks/image?repo=EddieHubCommunity/good-first-issue-finder)](https://github.com/EddieHubCommunity/good-first-issue-finder/graphs/contributors)\n\n## 🙏 Support\n\nThis project needs a ⭐️ from you. Don't forget to leave a star ⭐️.\n\n## Our Pledge\n\nWe take participation in our community as a harassment-free experience for everyone and we pledge to act in ways to contribute to an open, welcoming, diverse and inclusive community.\n\nIf you have experienced or been made aware of unacceptable behaviour, please remember that you can report this. Read our [Code of Conduct](https://github.com/EddieHubCommunity/good-first-issue-finder/blob/main/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEddieHubCommunity%2Fgood-first-issue-finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEddieHubCommunity%2Fgood-first-issue-finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEddieHubCommunity%2Fgood-first-issue-finder/lists"}