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 <nhcarrigan@gmail.com> * fix(learn): Use correct endpoint Corrects the API endpoint for the image search project. Signed-off-by: nhcarrigan <nhcarrigan@gmail.com> * fix: user stories to align with project + backticks Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0a7aa59d51
commit
8e62a243bb
@ -8,7 +8,7 @@ dashedName: build-a-voting-app
|
||||
|
||||
# --description--
|
||||
|
||||
Build a full stack JavaScript app that is functionally similar to this: <https://fcc-voting-arthow4n.herokuapp.com/>. Use a site builder of your choice to complete the project.
|
||||
Build a full stack JavaScript app that is functionally similar to this: <https://voting-app.freecodecamp.rocks/>. Use a site builder of your choice to complete the project.
|
||||
|
||||
Here are the specific user stories you should implement for this project:
|
||||
|
||||
|
@ -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: <https://cryptic-ridge-9197.herokuapp.com/api/imagesearch/lolcats%20funny?offset=10> and browse recent search queries like this: <https://cryptic-ridge-9197.herokuapp.com/api/latest/imagesearch/>. 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: <https://image-search-abstraction-layer.freecodecamp.rocks/query/lolcats%20funny?page=10> and browse recent search queries like this: <https://image-search-abstraction-layer.freecodecamp.rocks/recent/>. 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.
|
||||
|
||||
|
@ -8,7 +8,7 @@ dashedName: chart-the-stock-market
|
||||
|
||||
# --description--
|
||||
|
||||
Build a full stack JavaScript app that is functionally similar to this: <https://watchstocks.herokuapp.com/>. Use a site builder of your choice to complete the project.
|
||||
Build a full stack JavaScript app that is functionally similar to this: <https://chart-the-stock-market.freecodecamp.rocks/>. Use a site builder of your choice to complete the project.
|
||||
|
||||
Here are the specific user stories you should implement for this project:
|
||||
|
||||
|
Reference in New Issue
Block a user