diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-voting-app.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-voting-app.md index e6a9280750..3e6e257ce8 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-voting-app.md +++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-a-voting-app.md @@ -8,7 +8,7 @@ dashedName: build-a-voting-app # --description-- -Build a full stack JavaScript app that is functionally similar to this: . Use a site builder of your choice to complete the project. +Build a full stack JavaScript app that is functionally similar to this: . Use a site builder of your choice to complete the project. Here are the specific user stories you should implement for this project: diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-an-image-search-abstraction-layer.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-an-image-search-abstraction-layer.md index 6588fe9300..a17732de47 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-an-image-search-abstraction-layer.md +++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/build-an-image-search-abstraction-layer.md @@ -8,13 +8,13 @@ dashedName: build-an-image-search-abstraction-layer # --description-- -Build a full stack JavaScript app that allows you to search for images like this: and browse recent search queries like this: . Use a site builder of your choice to complete the project. +Build a full stack JavaScript app that allows you to search for images like this: and browse recent search queries like this: . Use a site builder of your choice to complete the project. Here are the specific user stories you should implement for this project: -**User Story:** You can get the image URLs, alt text and page URLs for a set of images relating to a given search string. +**User Story:** You can get the image URLs, description and page URLs for a set of images relating to a given search string. -**User Story:** You can paginate through the responses by adding a ?offset=2 parameter to the URL. +**User Story:** You can paginate through the responses by adding a `?page=2` parameter to the URL. **User Story:** You can get a list of the most recently submitted search strings. diff --git a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/chart-the-stock-market.md b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/chart-the-stock-market.md index 2df3b6a689..fbae3e461a 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/chart-the-stock-market.md +++ b/curriculum/challenges/english/10-coding-interview-prep/take-home-projects/chart-the-stock-market.md @@ -8,7 +8,7 @@ dashedName: chart-the-stock-market # --description-- -Build a full stack JavaScript app that is functionally similar to this: . Use a site builder of your choice to complete the project. +Build a full stack JavaScript app that is functionally similar to this: . Use a site builder of your choice to complete the project. Here are the specific user stories you should implement for this project: