DEV Community

coyla
coyla

Posted on

I created a github global view for my issues comments React/Gatsby/GraphQL

I needed an overview of my daily tasks on github dashboard. So i need to see clearly what are the comments of all REPOS/Projects in only 1 page (github doesn't provide a global overview dashboard).

You can check the code here:

code: https://github.com/blade-sensei/rtn-review
app: https://github-review.netlify.app/
my board: https://github.com/blade-sensei/learning/projects/3

  • I used github GraphQL API and Gatsby (test)
  • Deployed on netlify.
  • It supports markdown + highlight code

If you have any question about the process feel free to comment

Top comments (0)