[ ] 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.
[ ] Write $.ajax() requests to:
[ ] https://api.github.com/users/<username>
[ ] https://api.github.com/users/<username>/repos
[ ] After loading data from the Github API, write at least the following information to the DOM:
[ ] Implement the Contributions tab of your profile page.
This can be implemented as a separate set of html and js (you'll probably want to share your css to a good point).
Deliverables
gh-pages
Requirements
Normal Mode
$.ajax()
requests to:https://api.github.com/users/<username>
https://api.github.com/users/<username>/repos
Tasks
Nightmare Mode
html
andjs
(you'll probably want to share yourcss
to a good point).