fix(learn): Change Node project descriptions to all use same template (#40266)
* fix/change-node-project-descriptions-to-all-use-same-template * fix: use correct boilerplate Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com> * fix: add url to link text Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com> * fix: add _blank for target attribute Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com> * fix: add missing single quote Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com> * fix: remove extra lines * fix: improved wording of description Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com> * fix: move sentence to previous paragraph Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com> * fix: move sentence to previous paragraph * fix: move sentence to previous paragraph Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com> Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com>
This commit is contained in:
@ -7,15 +7,14 @@ forumTopicId: 302351
|
||||
|
||||
## Description
|
||||
<section id='description'>
|
||||
<strong>Objective:</strong> Build a full stack JavaScript app that is functionally similar to this: <a href='https://yoyo44.herokuapp.com/' target='_blank'>https://yoyo44.herokuapp.com/</a>.
|
||||
Build a full stack JavaScript app that is functionally similar to this: <a href='https://yoyo44.herokuapp.com/' target='_blank'>https://yoyo44.herokuapp.com/</a>. Use a site builder of your choice to complete the project.
|
||||
Here are the specific user stories you should implement for this project:
|
||||
<strong>User Story:</strong> As an unauthenticated user, I can view all bars in my area.
|
||||
<strong>User Story:</strong> As an authenticated user, I can add myself to a bar to indicate I am going there tonight.
|
||||
<strong>User Story:</strong> As an authenticated user, I can remove myself from a bar if I no longer want to go there.
|
||||
<strong>User Story:</strong> As an unauthenticated user, when I login I should not have to search again.
|
||||
<strong>User Story:</strong> As an unauthenticated user, you can view all bars in my area.
|
||||
<strong>User Story:</strong> As an authenticated user, you can add myself to a bar to indicate you am going there tonight.
|
||||
<strong>User Story:</strong> As an authenticated user, you can remove myself from a bar if you no longer want to go there.
|
||||
<strong>User Story:</strong> As an unauthenticated user, when you login you should not have to search again.
|
||||
<strong>Hint:</strong> Try using the <a href='https://www.yelp.com/developers/documentation/v3' target='_blank'>Yelp API</a> to find venues in the cities your users search for. If you use Yelp's API, be sure to mention so in your app.
|
||||
Once you've finished implementing these user stories, enter the URL to your live app and, optionally, your GitHub repository. Then click the "I've completed this challenge" button.
|
||||
You can get feedback on your project by sharing it on the <a href='https://forum.freecodecamp.org/c/project-feedback/409' target='_blank'>freeCodeCamp forum</a>.
|
||||
When you are done, make sure a working demo of your project is hosted somewhere public. Then submit the URL to it in the `Solution Link` field. Optionally, also submit a link to your project's source code in the `GitHub Link` field.
|
||||
</section>
|
||||
|
||||
## Instructions
|
||||
|
@ -7,18 +7,17 @@ forumTopicId: 302359
|
||||
|
||||
## Description
|
||||
<section id='description'>
|
||||
<strong>Objective:</strong> Build a full stack JavaScript app that is functionally similar to this: <a href='https://fcc-voting-arthow4n.herokuapp.com/' target='_blank'>https://fcc-voting-arthow4n.herokuapp.com/</a>.
|
||||
Build a full stack JavaScript app that is functionally similar to this: <a href='https://fcc-voting-arthow4n.herokuapp.com/' target='_blank'>https://fcc-voting-arthow4n.herokuapp.com/</a>. Use a site builder of your choice to complete the project.
|
||||
Here are the specific user stories you should implement for this project:
|
||||
<strong>User Story:</strong> As an authenticated user, I can keep my polls and come back later to access them.
|
||||
<strong>User Story:</strong> As an authenticated user, I can share my polls with my friends.
|
||||
<strong>User Story:</strong> As an authenticated user, I can see the aggregate results of my polls.
|
||||
<strong>User Story:</strong> As an authenticated user, I can delete polls that I decide I don't want anymore.
|
||||
<strong>User Story:</strong> As an authenticated user, I can create a poll with any number of possible items.
|
||||
<strong>User Story:</strong> As an unauthenticated or authenticated user, I can see and vote on everyone's polls.
|
||||
<strong>User Story:</strong> As an unauthenticated or authenticated user, I can see the results of polls in chart form. (This could be implemented using Chart.js or Google Charts.)
|
||||
<strong>User Story:</strong> As an authenticated user, if I don't like the options on a poll, I can create a new option.
|
||||
Once you've finished implementing these user stories, enter the URL to your live app and, optionally, your GitHub repository. Then click the "I've completed this challenge" button.
|
||||
You can get feedback on your project by sharing it on the <a href='https://forum.freecodecamp.org/c/project-feedback/409' target='_blank'>freeCodeCamp forum</a>.
|
||||
<strong>User Story:</strong> As an authenticated user, you can keep my polls and come back later to access them.
|
||||
<strong>User Story:</strong> As an authenticated user, you can share my polls with my friends.
|
||||
<strong>User Story:</strong> As an authenticated user, you can see the aggregate results of my polls.
|
||||
<strong>User Story:</strong> As an authenticated user, you can delete polls that I decide I don't want anymore.
|
||||
<strong>User Story:</strong> As an authenticated user, you can create a poll with any number of possible items.
|
||||
<strong>User Story:</strong> As an unauthenticated or authenticated user, you can see and vote on everyone's polls.
|
||||
<strong>User Story:</strong> As an unauthenticated or authenticated user, you can see the results of polls in chart form. (This could be implemented using Chart.js or Google Charts.)
|
||||
<strong>User Story:</strong> As an authenticated user, if you don't like the options on a poll, you can create a new option.
|
||||
When you are done, make sure a working demo of your project is hosted somewhere public. Then submit the URL to it in the `Solution Link` field. Optionally, also submit a link to your project's source code in the `GitHub Link` field.
|
||||
</section>
|
||||
|
||||
## Instructions
|
||||
|
@ -7,13 +7,12 @@ forumTopicId: 302361
|
||||
|
||||
## Description
|
||||
<section id='description'>
|
||||
<strong>Objective:</strong> Build a full stack JavaScript app on <a href='https://repl.it/' target='_blank'>Repl.it</a> that allows you to search for images like this: <a href='https://cryptic-ridge-9197.herokuapp.com/api/imagesearch/lolcats%20funny?offset=10' target='_blank'>https://cryptic-ridge-9197.herokuapp.com/api/imagesearch/lolcats%20funny?offset=10</a> and browse recent search queries like this: <a href='https://cryptic-ridge-9197.herokuapp.com/api/latest/imagesearch/' target='_blank'>https://cryptic-ridge-9197.herokuapp.com/api/latest/imagesearch/</a>.
|
||||
Build a full stack JavaScript app that allows you to search for images like this: <a href='https://cryptic-ridge-9197.herokuapp.com/api/imagesearch/lolcats%20funny?offset=10' target='_blank'>https://cryptic-ridge-9197.herokuapp.com/api/imagesearch/lolcats%20funny?offset=10</a> and browse recent search queries like this: <a href='https://cryptic-ridge-9197.herokuapp.com/api/latest/imagesearch/' target='_blank'>https://cryptic-ridge-9197.herokuapp.com/api/latest/imagesearch/</a>. Use a site builder of your choice to complete the project.
|
||||
Here are the specific user stories you should implement for this project:
|
||||
<strong>User Story:</strong> I can get the image URLs, alt text and page URLs for a set of images relating to a given search string.
|
||||
<strong>User Story:</strong> I can paginate through the responses by adding a ?offset=2 parameter to the URL.
|
||||
<strong>User Story:</strong> I can get a list of the most recently submitted search strings.
|
||||
Once you've finished implementing these user stories, enter the URL to your live app and, optionally, your GitHub repository. Then click the "I've completed this challenge" button.
|
||||
You can get feedback on your project by sharing it on the <a href='https://forum.freecodecamp.org/c/project-feedback/409' target='_blank'>freeCodeCamp forum</a>.
|
||||
<strong>User Story:</strong> You can get the image URLs, alt text and page URLs for a set of images relating to a given search string.
|
||||
<strong>User Story:</strong> You can paginate through the responses by adding a ?offset=2 parameter to the URL.
|
||||
<strong>User Story:</strong> You can get a list of the most recently submitted search strings.
|
||||
When you are done, make sure a working demo of your project is hosted somewhere public. Then submit the URL to it in the `Solution Link` field. Optionally, also submit a link to your project's source code in the `GitHub Link` field.
|
||||
</section>
|
||||
|
||||
## Instructions
|
||||
|
@ -7,14 +7,13 @@ forumTopicId: 302363
|
||||
|
||||
## Description
|
||||
<section id='description'>
|
||||
<strong>Objective:</strong> Build a full stack JavaScript app that is functionally similar to this: <a href='https://watchstocks.herokuapp.com/' target='_blank'>https://watchstocks.herokuapp.com/</a>.
|
||||
Build a full stack JavaScript app that is functionally similar to this: <a href='https://watchstocks.herokuapp.com/' target='_blank'>https://watchstocks.herokuapp.com/</a>. Use a site builder of your choice to complete the project.
|
||||
Here are the specific user stories you should implement for this project:
|
||||
<strong>User Story:</strong> I can view a graph displaying the recent trend lines for each added stock.
|
||||
<strong>User Story:</strong> I can add new stocks by their symbol name.
|
||||
<strong>User Story:</strong> I can remove stocks.
|
||||
<strong>User Story:</strong> I can see changes in real-time when any other user adds or removes a stock. For this you will need to use Web Sockets.
|
||||
Once you've finished implementing these user stories, enter the URL to your live app and, optionally, your GitHub repository. Then click the "I've completed this challenge" button.
|
||||
You can get feedback on your project by sharing it on the <a href='https://forum.freecodecamp.org/c/project-feedback/409' target='_blank'>freeCodeCamp forum</a>.
|
||||
<strong>User Story:</strong> You can view a graph displaying the recent trend lines for each added stock.
|
||||
<strong>User Story:</strong> You can add new stocks by their symbol name.
|
||||
<strong>User Story:</strong> You can remove stocks.
|
||||
<strong>User Story:</strong> You can see changes in real-time when any other user adds or removes a stock. For this you will need to use Web Sockets.
|
||||
When you are done, make sure a working demo of your project is hosted somewhere public. Then submit the URL to it in the `Solution Link` field. Optionally, also submit a link to your project's source code in the `GitHub Link` field.
|
||||
</section>
|
||||
|
||||
## Instructions
|
||||
|
Reference in New Issue
Block a user