Let's create a simple to-do single-page app (SPA) that helps us manage Github issues using the Github public API (https://developer.github.com/v3/)
- On the landing page of the app, display a text box that allows the user to search for repos using the Github Search API
- When clicking a repository, display the issues present in that repository. Here are the API docs