How to find SIMPLE projects on GitHub

I’m at an awkward intermediate level, where I think it would be really useful to read a lot of other people’s code, but the code in most of the projects I stumble upon on GitHub (or similar code-sharing sites such as CodePen) is still way over my head. Is there a reliable way to find projects at certain complexity levels (beginner, intermediate, etc.)? How would one search for this kind of thing on GH? Any tips from other people who’ve found themselves in a similar situation before?

You could try adding “sample” or “tutorial” to your google searches. Like “react tutorial github”. Once you find a good one, I suggest cloning the repo then opening it in your favorite IDE. WebStorm can import directly from github, which makes this process lightning fast.

I’ll try doing that some more, thank you Chuck!