Another resource that was developed to practice my learning in ReactJS. It is a tool to search a user's repositories. It's really cool and intuitive. I'm still working on improving it.
You can run it here: https://klebersilva.com.br/github-explorer
Requires yarn installed
Run to build packages
yarn
Run to development mode
yarn dev
or run to build
yarn build