Closed jacobthemyth closed 9 years ago
Recreate your (or my) GitHub repositories tab
After completing this assignment, you should:
After completing this assignment, you should be able to effectively create a simple website that utilizes HTML, CSS, and JS.
index.html
main.js
main.scss
Recreate the UI for the Github Repos page (e.g. https://github.com/jacobthemyth?tab=repositories).
The information from the Github API that you will display includes information from your github user account and repositories.
$.ajax()
Recreate the Contributions tab
https://github.com/vaughant2210/githubapi.git
github-api-profile
Description
Recreate your (or my) GitHub repositories tab
Objectives
Learning Objectives
After completing this assignment, you should:
Performance Objectives
After completing this assignment, you should be able to effectively create a simple website that utilizes HTML, CSS, and JS.
Details
Deliverables
index.html
main.js
main.scss
Requirements
Normal Mode
Recreate the UI for the Github Repos page (e.g. https://github.com/jacobthemyth?tab=repositories).
The information from the Github API that you will display includes information from your github user account and repositories.
$.ajax()
requests to:Hard Mode
Recreate the Contributions tab