Write a single page JavaScript application that allows one to search github.com for repos by keyword.
There is no one way to complete this exercise as long as the minimum requirements are met.
- Write your javascript code in app.js
- The results should be shown in "owner/name" format
- When a result is clicked, show the repo's 'language', 'followers', 'url', and 'description'
- Solution does not need to support older browsers, but should work in the latest version of Chrome
- Feel free to use any libraries or tools you like.
Your app (and code) should be performant and intuitive. Not a lot of effort is required for the UI but it should be reasonably pleasant to look at.
Your process is just as interesting as the final product, so please do leave a basic git history
Any questions, please ask.