Skip to content
This repository was archived by the owner on Aug 17, 2024. It is now read-only.

Commit a7c9801

Browse files
committed
updated README with demo screenshots
1 parent 52f1c37 commit a7c9801

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,14 @@ The documentation for the `repos` endpoint is available on: [https://developer.g
3232

3333
> The page `my-github.html` under the folder *pages* has a reference to the script `my-github.js` and the CSS file `my-github.css`. These are the files that you will need to change for these tasks.
3434
35+
![tasks 1-3 demo](./homework_assets/tasks1-3demo.png)
36+
3537
## Part 2: Show Pull Requests submitted against js-exercises
38+
**The API**:
3639
GET [https://api.github.com/repos/codeyourfuture/js-exercises/pulls](https://api.github.com/repos/codeyourfuture/js-exercises/pulls)
3740

38-
hint: This request lists all the pull requests against js-exercises. How can you show only the ones that related to your Github usernam (How can you _filter_ the list)
41+
For the below 3 tasks, you'll need to work in: `pull-requests.html` & `pull-requests.js`
42+
3943

4044
### Requirement 4: Show ALL Pull Requests
4145
**Given** I am on the Resume site
@@ -55,7 +59,7 @@ Update the previous page to add a `Search input`. This allows the user to enter
5559
**When** I enter a *github user* in the *search box*
5660
**Then** I should be shown a list of *Pull Requests title* for that User only
5761

58-
> The file `pull-requests.js` is where you need to write the JavaScript to peform these requirements.
62+
![task 6 demo](./homework_assets/task6demo.png)
5963

6064
## Part 3: Update My Github Page to show other Github user's repos
6165

@@ -70,7 +74,9 @@ Update the **My Github** page to add a `Search input` and a `Search button`. Thi
7074

7175
(stretch goal: if the search box is empty then it should default to my User)
7276

73-
> You will need to update the code in `my-github.js` to finish these tasks.
77+
> You will need to update the code in `my-github.js` to finish this final task.
78+
79+
![task 7 demo](./homework_assets/task7demo.png)
7480

7581
## Bonus Task: Random API
7682
Pick any random API from https://github.com/toddmotto/public-apis (**only those that don't require authentication (have Auth No)**) and create a page to use the API

homework_assets/task6demo.png

172 KB
Loading

homework_assets/task7demo.png

241 KB
Loading

homework_assets/tasks1-3demo.png

94.1 KB
Loading

0 commit comments

Comments
 (0)