New folks often find difficulty while finding Open Source projects to contribute to. Yes, sometimes it's overwhelming when we see some big organization/large-scale projects.
But it's not always we need to start with bulky projects. We should always start with the project in which we are comfortable and level up on the way.
Here are some ways to find
1) Issue tab in GitHub
Head over to the Issue tab in GitHub and the search box, type:
label:"good first issue" language:java
(change the language para accordingly.)
2) MunGell's awesome-for-beginners
repo.
This repo contains beginner-friendly projects related to every programming language.
Link- MunGell/awesomeforbeginners
3) goodfirstissue.dev
It will help you in finding good first issue
from the thousand of the repo at one place.
link - goodfirstissue.dev
Check the updated blog here: [5 ways to find projects in Open Source](blog.pradumnasaraf.dev/5-ways-to-find-proje..)\