Skip to content

Commit

Permalink
Merge pull request #26472 from Riyan-Mo/main
Browse files Browse the repository at this point in the history
Open links under Knowledge Check in new tab.
  • Loading branch information
wise-king-sullyman authored Oct 11, 2023
2 parents 6003979 + 6899661 commit bdfc89d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
15 changes: 8 additions & 7 deletions react/introduction/setting_up_a_react_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,14 @@ We recommend installing this and becoming comfortable with using it as early as

This section contains questions for you to check your understanding of this lesson on your own. If you’re having trouble answering a question, click it and review the material it links to.

* <a class="knowledge-check-link" href="#many-paths">What are some of the ways we can start a new React project?</a>
* <a class="knowledge-check-link" href="#many-paths">Why should we initially be using pre-made toolchains instead of making our own?</a>
* <a class="knowledge-check-link" href="#simplifying-the-process">What is Vite and why would we use it?</a>
* <a class="knowledge-check-link" href="#creating-a-react-app">What command can we run to scaffold a new React project using Vite?</a>
* <a class="knowledge-check-link" href="#delving-deeper">What is in the `public` folder?</a>
* <a class="knowledge-check-link" href="#delving-deeper">What is in the `src` folder?</a>
* <a class="knowledge-check-link" href="#developer-tools">Why are the React Developer Tools useful?</a>

* [What are some of the ways we can start a new React project?](#many-paths)
* [Why should we initially be using pre-made toolchains instead of making our own?](#many-paths)
* [What is Vite and why would we use it?](#simplifying-the-process)
* [What command can we run to scaffold a new React project using Vite?](#creating-a-react-app)
* [What is in the `public` folder?](#delving-deeper)
* [What is in the `src` folder?](#delving-deeper)
* [Why are the React Developer Tools useful?](#developer-tools)

### Additional resources

Expand Down
6 changes: 3 additions & 3 deletions shared/the_back_end/introduction_to_frameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ This section contains a general overview of topics that you will learn in this l

This section contains questions for you to check your understanding of this lesson on your own. If you’re having trouble answering a question, click it and review the material it links to.

* <a class="knowledge-check-link" href="https://developer.mozilla.org/en-US/docs/Learn/Server-side/First_steps/Web_frameworks#what_can_a_web_framework_do_for_you">What problems do frameworks solve? </a>
* <a class="knowledge-check-link" href="https://dev.to/aspittel/what-is-a-web-framework-and-why-should-i-use-one-38c0">Name some popular front-end and back-end frameworks. </a>
* <a class="knowledge-check-link" href="https://developer.mozilla.org/en-US/docs/Learn/Server-side/First_steps/Web_frameworks#how_to_select_a_web_framework">Describe the process of choosing a framework.</a>
* [What problems do frameworks solve?](https://developer.mozilla.org/en-US/docs/Learn/Server-side/First_steps/Web_frameworks#what_can_a_web_framework_do_for_you)
* [Name some popular front-end and back-end frameworks.](https://dev.to/aspittel/what-is-a-web-framework-and-why-should-i-use-one-38c0)
* [Describe the process of choosing a framework.](https://developer.mozilla.org/en-US/docs/Learn/Server-side/First_steps/Web_frameworks#how_to_select_a_web_framework)

### Additional resources

Expand Down
8 changes: 4 additions & 4 deletions shared/the_back_end/introduction_to_the_backend_lesson.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ This section contains a general overview of topics that you will learn in this l

This section contains questions for you to check your understanding of this lesson on your own. If you’re having trouble answering a question, click it and review the material it links to.

* <a class="knowledge-check-link" href="https://techterms.com/definition/backend">What is back-end development?</a>
* <a class="knowledge-check-link" href="https://www.codecademy.com/articles/back-end-architecture/">How many parts does the backend consist of?</a>
* <a class="knowledge-check-link" href="https://www.codecademy.com/articles/back-end-architecture">Name each part of the backend.</a>
* <a class="knowledge-check-link" href="https://www.codecademy.com/articles/back-end-architecture">Where does the backend store its data?</a>
* [What is back-end development?](https://techterms.com/definition/backend)
* [How many parts does the backend consist of?](https://www.codecademy.com/articles/back-end-architecture/)
* [Name each part of the backend.](https://www.codecademy.com/articles/back-end-architecture)
* [Where does the backend store its data?](https://www.codecademy.com/articles/back-end-architecture)

### Additional resources

Expand Down

0 comments on commit bdfc89d

Please sign in to comment.