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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ In this project you will build an application that allows for github user and fo
32
32
#### Build your DOM
33
33
> *Creating the DOM for your application base on your template and data*
34
34
*[ ] Take a look at the [included mockup](./card_mockup.png).
35
-
*[ ] Use your browser to take a look at the data returned when using the following endpoints: https://api.github.com/users/{your github name} and https://api.github.com/users/{your github name}/followers
35
+
*[ ] Use your browser to take a look at the data returned when using the following endpoints: https://api.github.com/users/your_github_nameand https://api.github.com/users/your_github_name/followers
36
36
*[ ] Using these three pieces of information, build the DOM necessary to display all application information.
37
37
*[ ] Make use of the User.js (for holding all user information), FollowerList.js (for map through a followers list) and Follower.js (for displaying an individual follower) components to efficiently distribute your code. ***All components should be class based for this assignment.***
38
38
*[ ] Feel free to leave the search form within App.js.
0 commit comments