mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix: note added for frontend libraries superblock page (#51270)
This commit is contained in:
@@ -15,7 +15,7 @@ function SuperBlockIntro(props: SuperBlockIntroProps): JSX.Element {
|
||||
const superBlockIntroObj: {
|
||||
title: string;
|
||||
intro: string[];
|
||||
note: string[];
|
||||
note: string;
|
||||
} = t(`intro:${superBlock}`);
|
||||
const {
|
||||
title: i18nSuperBlock,
|
||||
|
||||
+2
@@ -8,6 +8,8 @@ dashedName: build-a-25--5-clock
|
||||
|
||||
# --description--
|
||||
|
||||
**Note:** **React 18 has known incompatibilities with the tests for this project (see [issue](https://github.com/freeCodeCamp/freeCodeCamp/issues/45922))**
|
||||
|
||||
**Objective:** Build an app that is functionally similar to this: <a href="https://25--5-clock.freecodecamp.rocks" target="_blank" rel="noopener noreferrer nofollow">https://25--5-clock.freecodecamp.rocks</a>.
|
||||
|
||||
Fulfill the below user stories and get all of the tests to pass. Use whichever libraries or APIs you need. Give it your own personal style.
|
||||
|
||||
+1
@@ -7,6 +7,7 @@ dashedName: build-a-drum-machine
|
||||
---
|
||||
|
||||
# --description--
|
||||
**Note:** **React 18 has known incompatibilities with the tests for this project (see [issue](https://github.com/freeCodeCamp/freeCodeCamp/issues/45922))**
|
||||
|
||||
**Objective:** Build an app that is functionally similar to this: <a href="https://drum-machine.freecodecamp.rocks/" target="_blank" rel="noopener noreferrer nofollow">https://drum-machine.freecodecamp.rocks/</a>.
|
||||
|
||||
|
||||
+1
@@ -7,6 +7,7 @@ dashedName: build-a-javascript-calculator
|
||||
---
|
||||
|
||||
# --description--
|
||||
**Note:** **React 18 has known incompatibilities with the tests for this project (see [issue](https://github.com/freeCodeCamp/freeCodeCamp/issues/45922))**
|
||||
|
||||
**Objective:** Build an app that is functionally similar to this: <a href="https://javascript-calculator.freecodecamp.rocks/" target="_blank" rel="noopener noreferrer nofollow">https://javascript-calculator.freecodecamp.rocks/</a>.
|
||||
|
||||
|
||||
+1
@@ -7,6 +7,7 @@ dashedName: build-a-markdown-previewer
|
||||
---
|
||||
|
||||
# --description--
|
||||
**Note:** **React 18 has known incompatibilities with the tests for this project (see [issue](https://github.com/freeCodeCamp/freeCodeCamp/issues/45922))**
|
||||
|
||||
**Objective:** Build an app that is functionally similar to this: <a href="https://markdown-previewer.freecodecamp.rocks/" target="_blank" rel="noopener noreferrer nofollow">https://markdown-previewer.freecodecamp.rocks/</a>.
|
||||
|
||||
|
||||
+1
@@ -7,6 +7,7 @@ dashedName: build-a-random-quote-machine
|
||||
---
|
||||
|
||||
# --description--
|
||||
**Note:** **React 18 has known incompatibilities with the tests for this project (see [issue](https://github.com/freeCodeCamp/freeCodeCamp/issues/45922))**
|
||||
|
||||
**Objective:** Build an app that is functionally similar to this: <a href="https://random-quote-machine.freecodecamp.rocks/" target="_blank" rel="noopener noreferrer nofollow">https://random-quote-machine.freecodecamp.rocks/</a>.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user