compumike08 / GitHub_Status_API_GUI

GUI tool to interact with GitHub Status API
MIT License
0 stars 0 forks source link

Refactor Repo List Fetch Handling & Display Code Out Of HomePage To Separate React Component #13

Closed compumike08 closed 8 years ago

compumike08 commented 8 years ago

Refactor the methods related to handling repo list fetch and displaying of the repo list out of the HomePage component and into a separate, dedicated React component. The "Get Repos" button in the HomePage component should also be moved into the same new, dedicated React component.

NOTE: This issue renders issue #11 moot.