diff --git a/curriculum/challenges/english/08-coding-interview-prep/take-home-projects/build-a-nightlife-coordination-app.english.md b/curriculum/challenges/english/08-coding-interview-prep/take-home-projects/build-a-nightlife-coordination-app.english.md index 4ffc530279..85eaf918ad 100644 --- a/curriculum/challenges/english/08-coding-interview-prep/take-home-projects/build-a-nightlife-coordination-app.english.md +++ b/curriculum/challenges/english/08-coding-interview-prep/take-home-projects/build-a-nightlife-coordination-app.english.md @@ -9,7 +9,6 @@ forumTopicId: 302351 ## Description
Objective: Build a full stack JavaScript app that is functionally similar to this: http://whatsgoinontonight.herokuapp.com/ 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 https://freecodecamp.com/challenges/get-set-for-our-dynamic-web-application-projects. Here are the specific user stories you should implement for this project: User Story: As an unauthenticated user, I can view all bars in my area. User Story: As an authenticated user, I can add myself to a bar to indicate I am going there tonight. diff --git a/curriculum/challenges/english/08-coding-interview-prep/take-home-projects/build-a-voting-app.english.md b/curriculum/challenges/english/08-coding-interview-prep/take-home-projects/build-a-voting-app.english.md index 36503e7a6b..394028aec6 100644 --- a/curriculum/challenges/english/08-coding-interview-prep/take-home-projects/build-a-voting-app.english.md +++ b/curriculum/challenges/english/08-coding-interview-prep/take-home-projects/build-a-voting-app.english.md @@ -9,7 +9,6 @@ forumTopicId: 302359 ## Description
Objective: Build a full stack JavaScript app that is functionally similar to this: https://fcc-voting-arthow4n.herokuapp.com/ 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 https://freecodecamp.com/challenges/get-set-for-our-dynamic-web-application-projects. Here are the specific user stories you should implement for this project: User Story: As an authenticated user, I can keep my polls and come back later to access them. User Story: As an authenticated user, I can share my polls with my friends. diff --git a/curriculum/challenges/english/08-coding-interview-prep/take-home-projects/build-an-image-search-abstraction-layer.english.md b/curriculum/challenges/english/08-coding-interview-prep/take-home-projects/build-an-image-search-abstraction-layer.english.md index d4d252c0fe..91ee1af6b4 100644 --- a/curriculum/challenges/english/08-coding-interview-prep/take-home-projects/build-an-image-search-abstraction-layer.english.md +++ b/curriculum/challenges/english/08-coding-interview-prep/take-home-projects/build-an-image-search-abstraction-layer.english.md @@ -9,7 +9,6 @@ forumTopicId: 302361 ## Description
Objective: 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/. 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 https://freecodecamp.org/challenges/get-set-for-our-api-development-projects. Here are the specific user stories you should implement for this project: User Story: I can get the image URLs, alt text and page urls for a set of images relating to a given search string. User Story: I can paginate through the responses by adding a ?offset=2 parameter to the URL. diff --git a/curriculum/challenges/english/08-coding-interview-prep/take-home-projects/chart-the-stock-market.english.md b/curriculum/challenges/english/08-coding-interview-prep/take-home-projects/chart-the-stock-market.english.md index 508cbd4f5a..051b2ffbcd 100644 --- a/curriculum/challenges/english/08-coding-interview-prep/take-home-projects/chart-the-stock-market.english.md +++ b/curriculum/challenges/english/08-coding-interview-prep/take-home-projects/chart-the-stock-market.english.md @@ -9,7 +9,6 @@ forumTopicId: 302363 ## Description
Objective: Build a full stack JavaScript app that is functionally similar to this: http://watchstocks.herokuapp.com/ 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 https://freecodecamp.com/challenges/get-set-for-our-dynamic-web-application-projects. Here are the specific user stories you should implement for this project: User Story: I can view a graph displaying the recent trend lines for each added stock. User Story: I can add new stocks by their symbol name.