fix(take-home-projects): Remove paragraphs with bad links (#36702)

This commit is contained in:
Tom
2019-08-27 19:02:12 -05:00
committed by Manish Giri
parent 92d62218bf
commit 742a21345d
4 changed files with 0 additions and 4 deletions

View File

@ -9,7 +9,6 @@ forumTopicId: 302351
## Description
<section id='description'>
<strong>Objective:</strong> Build a full stack JavaScript app that is functionally similar to this: <a href='http://whatsgoinontonight.herokuapp.com/' target='_blank'>http://whatsgoinontonight.herokuapp.com/</a> and deploy it to Heroku.
Note that for each project, you should create a new GitHub repository and a new Heroku project. If you can't remember how to do this, revisit <a href='/challenges/get-set-for-our-dynamic-web-application-projects'>https://freecodecamp.com/challenges/get-set-for-our-dynamic-web-application-projects</a>.
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.

View File

@ -9,7 +9,6 @@ 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> and deploy it to Heroku.
Note that for each project, you should create a new GitHub repository and a new Heroku project. If you can't remember how to do this, revisit <a href='/challenges/get-set-for-our-dynamic-web-application-projects'>https://freecodecamp.com/challenges/get-set-for-our-dynamic-web-application-projects</a>.
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.

View File

@ -9,7 +9,6 @@ forumTopicId: 302361
## Description
<section id='description'>
<strong>Objective:</strong> 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>. Then deploy it to Glitch.
Note that for each project, you should create a new GitHub repository and a new Glitch project. If you can't remember how to do this, revisit <a href='/challenges/get-set-for-our-api-development-projects'>https://freecodecamp.org/challenges/get-set-for-our-api-development-projects</a>.
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.

View File

@ -9,7 +9,6 @@ forumTopicId: 302363
## Description
<section id='description'>
<strong>Objective:</strong> Build a full stack JavaScript app that is functionally similar to this: <a href='http://watchstocks.herokuapp.com/' target='_blank'>http://watchstocks.herokuapp.com/</a> and deploy it to Heroku.
Note that for each project, you should create a new GitHub repository and a new Heroku project. If you can't remember how to do this, revisit <a href='/challenges/get-set-for-our-dynamic-web-application-projects'>https://freecodecamp.com/challenges/get-set-for-our-dynamic-web-application-projects</a>.
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.