From 8e62a243bb1660b54ed2b96001d62b074a88442b Mon Sep 17 00:00:00 2001 From: "Nicholas Carrigan (he/him)" Date: Thu, 21 Jan 2021 09:09:35 -0800 Subject: [PATCH] fix(learn): Update demo links (#40575) * fix(learn): Replace demo projects Replaces the Heroku demo project links with the .rocks demo projects that @moT01 provided. Signed-off-by: nhcarrigan * fix(learn): Use correct endpoint Corrects the API endpoint for the image search project. Signed-off-by: nhcarrigan * fix: user stories to align with project + backticks Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com> --- .../take-home-projects/build-a-voting-app.md | 2 +- .../build-an-image-search-abstraction-layer.md | 6 +++--- .../take-home-projects/chart-the-stock-market.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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: