You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Week1/MAKEME.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,9 @@ _This homework is more extensive and challenging than previous homework! Please
25
25
26
26
You are going to write a _Single Page Application_ (SPA) that uses the [GitHub API](https://developer.github.com/guides/getting-started/).
27
27
28
-
This application should display information about the available [HYF GitHub repositories](https://github.com/hackyourfuture):
28
+
This application should display information about the available [HYF GitHub repositories](https://github.com/hackyourfuture). The functionalities we would like to see in your application are as follows:
29
29
30
-
-You should be able to select a repository from a list of available repositories.
30
+
-The user should be able to select a repository from a list of available repositories.
31
31
- The application should display high-level information about the selected repository and show a list of its contributors.
32
32
- When clicking on the name of the selected repository the GitHub page for the corresponding repository should be opened in a new browser tab.
33
33
- When clicking on a contributor, the GitHub page for the contributor should be opened in a new browser tab.
0 commit comments