All functions and code should work according to the following description.
Personalized plan of attack
Normal Mode
Build a github profile app that prints out some info from the Github API and your repos. For the design, you should recreate the Github Repos Tab to the best of your ability.
Deliverables
gh-pages
Requirements
Normal Mode
Build a github profile app that prints out some info from the Github API and your repos. For the design, you should recreate the Github Repos Tab to the best of your ability.
The information from the Github API that you will display includes information from your github user account and repositories.
$.ajax()
requests to:https://api.github.com/users/<username>
https://api.github.com/users/<username>/repos
Tasks