Skip to content

react app to fetch a list of your starred repos and show issues related to them

Notifications You must be signed in to change notification settings

djm158/github-starred-issues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-starred-issues

React app to fetch a list of your starred repos and show issues related to them. This is not to be used in production as it exposes your api key directly in the browser.

Installation

get a personal access token

$ git clone git@github.com:djm158/github-starred-issues.git
$ cd github-starred-issues
$ npm install
$ REACT_APP_TOKEN="your github auth token" npm start

visit http://localhost:3000/

About

react app to fetch a list of your starred repos and show issues related to them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published