fix: project 25 + 5 (#39526)
This commit is contained in:
@ -73,7 +73,7 @@ Here are our ten core certifications:
|
|||||||
- [React and Redux](https://learn.freecodecamp.org/front-end-libraries/react-and-redux)
|
- [React and Redux](https://learn.freecodecamp.org/front-end-libraries/react-and-redux)
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
**Projects**: [Random Quote Machine](https://www.freecodecamp.org/learn/front-end-libraries/front-end-libraries-projects/build-a-random-quote-machine), [Markdown Previewer](https://www.freecodecamp.org/learn/front-end-libraries/front-end-libraries-projects/build-a-markdown-previewer), [Drum Machine](https://www.freecodecamp.org/learn/front-end-libraries/front-end-libraries-projects/build-a-drum-machine), [JavaScript Calculator](https://www.freecodecamp.org/learn/front-end-libraries/front-end-libraries-projects/build-a-javascript-calculator), [Pomodoro Clock](https://www.freecodecamp.org/learn/front-end-libraries/front-end-libraries-projects/build-a-pomodoro-clock)
|
**Projects**: [Random Quote Machine](https://www.freecodecamp.org/learn/front-end-libraries/front-end-libraries-projects/build-a-random-quote-machine), [Markdown Previewer](https://www.freecodecamp.org/learn/front-end-libraries/front-end-libraries-projects/build-a-markdown-previewer), [Drum Machine](https://www.freecodecamp.org/learn/front-end-libraries/front-end-libraries-projects/build-a-drum-machine), [JavaScript Calculator](https://www.freecodecamp.org/learn/front-end-libraries/front-end-libraries-projects/build-a-javascript-calculator), [25 + 5 Clock](https://www.freecodecamp.org/learn/front-end-libraries/front-end-libraries-projects/build-a-25--5-clock)
|
||||||
|
|
||||||
#### 4. Data Visualization Certification
|
#### 4. Data Visualization Certification
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ const legacyFrontEndProjects = {
|
|||||||
'bd7158d8c242eddfaeb5bd13',
|
'bd7158d8c242eddfaeb5bd13',
|
||||||
// build-a-random-quote-machine
|
// build-a-random-quote-machine
|
||||||
'bd7158d8c442eddfaeb5bd13',
|
'bd7158d8c442eddfaeb5bd13',
|
||||||
// build-a-pomodoro-clock
|
// build-a-25-5-clock
|
||||||
'bd7158d8c442eddfaeb5bd0f',
|
'bd7158d8c442eddfaeb5bd0f',
|
||||||
// build-a-javascript-calculator
|
// build-a-javascript-calculator
|
||||||
'bd7158d8c442eddfaeb5bd17',
|
'bd7158d8c442eddfaeb5bd17',
|
||||||
|
@ -11,6 +11,6 @@ In this section you will complete the following projects with Bootstrap, jQuery,
|
|||||||
* A Markdown Previewer
|
* A Markdown Previewer
|
||||||
* A Drum Machine
|
* A Drum Machine
|
||||||
* A JavaScript Calculator
|
* A JavaScript Calculator
|
||||||
* A Pomodoro Clock
|
* A 25 + 5 Clock
|
||||||
|
|
||||||
Have fun and remember to use the [Read-Search-Ask](https://forum.freecodecamp.org/t/how-to-get-help-when-you-are-stuck-coding/19514) method if you get stuck.
|
Have fun and remember to use the [Read-Search-Ask](https://forum.freecodecamp.org/t/how-to-get-help-when-you-are-stuck-coding/19514) method if you get stuck.
|
||||||
|
@ -44,8 +44,8 @@ const certMap = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'bd7158d8c442eddfaeb5bd0f',
|
id: 'bd7158d8c442eddfaeb5bd0f',
|
||||||
title: 'Build a Pomodoro Clock',
|
title: 'Build a 25 + 5 Clock',
|
||||||
link: `${legacyFrontEndBase}/build-a-pomodoro-clock`,
|
link: `${legacyFrontEndBase}/build-a-25--5-clock`,
|
||||||
superBlock: 'legacy-front-end'
|
superBlock: 'legacy-front-end'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -384,8 +384,8 @@ const certMap = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'bd7158d8c442eddfaeb5bd0f',
|
id: 'bd7158d8c442eddfaeb5bd0f',
|
||||||
title: 'Build a Pomodoro Clock',
|
title: 'Build a 25 + 5 Clock',
|
||||||
link: `${feLibsBase}/build-a-pomodoro-clock`,
|
link: `${feLibsBase}/build-a-25--5-clock`,
|
||||||
superBlock: 'front-end-libraries'
|
superBlock: 'front-end-libraries'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
"bd7158d8c442eddfaeb5bd0f",
|
"bd7158d8c442eddfaeb5bd0f",
|
||||||
"Build a Pomodoro Clock"
|
"Build a 25 + 5 Clock"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"helpRoom": "Help",
|
"helpRoom": "Help",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: bd7158d8c442eddfaeb5bd0f
|
id: bd7158d8c442eddfaeb5bd0f
|
||||||
title: Build a Pomodoro Clock
|
title: Build a 25 + 5 Clock
|
||||||
isRequired: true
|
isRequired: true
|
||||||
challengeType: 3
|
challengeType: 3
|
||||||
videoUrl: ''
|
videoUrl: ''
|
||||||
@ -35,4 +35,5 @@ tests: []
|
|||||||
```js
|
```js
|
||||||
// solution required
|
// solution required
|
||||||
```
|
```
|
||||||
|
|
||||||
</section>
|
</section>
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: bd7158d8c442eddfaeb5bd0f
|
id: bd7158d8c442eddfaeb5bd0f
|
||||||
title: Build a Pomodoro Clock
|
title: Build a 25 + 5 Clock
|
||||||
isRequired: true
|
isRequired: true
|
||||||
challengeType: 3
|
challengeType: 3
|
||||||
forumTopicId: 301373
|
forumTopicId: 301373
|
@ -31,7 +31,7 @@ tests:
|
|||||||
- id: bd7158d8c442eddfaeb5bd17
|
- id: bd7158d8c442eddfaeb5bd17
|
||||||
title: Build a JavaScript Calculator
|
title: Build a JavaScript Calculator
|
||||||
- id: bd7158d8c442eddfaeb5bd0f
|
- id: bd7158d8c442eddfaeb5bd0f
|
||||||
title: Build a Pomodoro Clock
|
title: Build a 25 + 5 Clock
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ tests:
|
|||||||
- id: bd7158d8c442eddfaeb5bd13
|
- id: bd7158d8c442eddfaeb5bd13
|
||||||
title: Build a Random Quote Machine
|
title: Build a Random Quote Machine
|
||||||
- id: bd7158d8c442eddfaeb5bd0f
|
- id: bd7158d8c442eddfaeb5bd0f
|
||||||
title: Build a Pomodoro Clock
|
title: Build a 25 + 5 Clock
|
||||||
- id: bd7158d8c442eddfaeb5bd17
|
- id: bd7158d8c442eddfaeb5bd17
|
||||||
title: Build a JavaScript Calculator
|
title: Build a JavaScript Calculator
|
||||||
- id: bd7158d8c442eddfaeb5bd10
|
- id: bd7158d8c442eddfaeb5bd10
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
id: bd7158d8c442eddfaeb5bd0f
|
id: bd7158d8c442eddfaeb5bd0f
|
||||||
title: Build a Pomodoro Clock
|
title: Build a 25 + 5 Clock
|
||||||
isRequired: true
|
isRequired: true
|
||||||
challengeType: 3
|
challengeType: 3
|
||||||
forumTopicId: 301373
|
forumTopicId: 301373
|
@ -29,7 +29,7 @@ tests:
|
|||||||
- id: bd7158d8c442eddfaeb5bd17
|
- id: bd7158d8c442eddfaeb5bd17
|
||||||
title: Build a JavaScript Calculator
|
title: Build a JavaScript Calculator
|
||||||
- id: bd7158d8c442eddfaeb5bd0f
|
- id: bd7158d8c442eddfaeb5bd0f
|
||||||
title: Build a Pomodoro Clock
|
title: Build a 25 + 5 Clock
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ tests:
|
|||||||
- id: bd7158d8c442eddfaeb5bd13
|
- id: bd7158d8c442eddfaeb5bd13
|
||||||
title: Build a Random Quote Machine
|
title: Build a Random Quote Machine
|
||||||
- id: bd7158d8c442eddfaeb5bd0f
|
- id: bd7158d8c442eddfaeb5bd0f
|
||||||
title: Build a Pomodoro Clock
|
title: Build a 25 + 5 Clock
|
||||||
- id: bd7158d8c442eddfaeb5bd17
|
- id: bd7158d8c442eddfaeb5bd17
|
||||||
title: Build a JavaScript Calculator
|
title: Build a JavaScript Calculator
|
||||||
- id: bd7158d8c442eddfaeb5bd10
|
- id: bd7158d8c442eddfaeb5bd10
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
id: bd7158d8c442eddfaeb5bd0f
|
id: bd7158d8c442eddfaeb5bd0f
|
||||||
title: Build a Pomodoro Clock
|
title: Build a 25 + 5 Clock
|
||||||
isRequired: true
|
isRequired: true
|
||||||
challengeType: 3
|
challengeType: 3
|
||||||
videoUrl: ''
|
videoUrl: ''
|
||||||
localeTitle: Construa um relógio Pomodoro
|
localeTitle: Construa um relógio 25 + 5
|
||||||
---
|
---
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
@ -35,4 +35,5 @@ tests: []
|
|||||||
```js
|
```js
|
||||||
// solution required
|
// solution required
|
||||||
```
|
```
|
||||||
|
|
||||||
</section>
|
</section>
|
@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
id: bd7158d8c442eddfaeb5bd0f
|
id: bd7158d8c442eddfaeb5bd0f
|
||||||
title: Build a Pomodoro Clock
|
title: Build a 25 + 5 Clock
|
||||||
isRequired: true
|
isRequired: true
|
||||||
challengeType: 3
|
challengeType: 3
|
||||||
forumTopicId: 301373
|
forumTopicId: 301373
|
||||||
localeTitle: Постройте часы Pomodoro
|
localeTitle: Постройте часы 25 + 5
|
||||||
---
|
---
|
||||||
|
|
||||||
## Description
|
## Description
|
@ -30,7 +30,7 @@ tests:
|
|||||||
- id: bd7158d8c442eddfaeb5bd17
|
- id: bd7158d8c442eddfaeb5bd17
|
||||||
title: Build a JavaScript Calculator
|
title: Build a JavaScript Calculator
|
||||||
- id: bd7158d8c442eddfaeb5bd0f
|
- id: bd7158d8c442eddfaeb5bd0f
|
||||||
title: Build a Pomodoro Clock
|
title: Build a 25 + 5 Clock
|
||||||
```
|
```
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
@ -26,7 +26,7 @@ tests:
|
|||||||
- id: bd7158d8c442eddfaeb5bd13
|
- id: bd7158d8c442eddfaeb5bd13
|
||||||
title: Build a Random Quote Machine
|
title: Build a Random Quote Machine
|
||||||
- id: bd7158d8c442eddfaeb5bd0f
|
- id: bd7158d8c442eddfaeb5bd0f
|
||||||
title: Build a Pomodoro Clock
|
title: Build a 25 + 5 Clock
|
||||||
- id: bd7158d8c442eddfaeb5bd17
|
- id: bd7158d8c442eddfaeb5bd17
|
||||||
title: Build a JavaScript Calculator
|
title: Build a JavaScript Calculator
|
||||||
- id: bd7158d8c442eddfaeb5bd10
|
- id: bd7158d8c442eddfaeb5bd10
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
id: bd7158d8c442eddfaeb5bd0f
|
id: bd7158d8c442eddfaeb5bd0f
|
||||||
title: Build a Pomodoro Clock
|
title: Build a 25 + 5 Clock
|
||||||
isRequired: true
|
isRequired: true
|
||||||
challengeType: 3
|
challengeType: 3
|
||||||
videoUrl: ''
|
videoUrl: ''
|
||||||
localeTitle: Construir un reloj pomodoro
|
localeTitle: Construir un reloj 25 + 5
|
||||||
---
|
---
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
@ -35,4 +35,5 @@ tests: []
|
|||||||
```js
|
```js
|
||||||
// solution required
|
// solution required
|
||||||
```
|
```
|
||||||
|
|
||||||
</section>
|
</section>
|
@ -73,7 +73,7 @@
|
|||||||
- [React و Redux](https://learn.freecodecamp.org/front-end-libraries/react-and-redux)
|
- [React و Redux](https://learn.freecodecamp.org/front-end-libraries/react-and-redux)
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
**المشاريع**: مولد الاقتباسات العشوائية ، معاينة مستندات Markdown ، آلة الطبل ، آلة حاسبة JavaScript ، ساعة Pomodoro.
|
**المشاريع**: مولد الاقتباسات العشوائية ، معاينة مستندات Markdown ، آلة الطبل ، آلة حاسبة JavaScript ، ساعة 25 + 5.
|
||||||
|
|
||||||
#### 4. شهادة تصور البيانات
|
#### 4. شهادة تصور البيانات
|
||||||
|
|
||||||
|
@ -71,7 +71,7 @@ Voici nos six certifications principales :
|
|||||||
- [React et Redux](https://learn.freecodecamp.org/front-end-libraries/react-and-redux)
|
- [React et Redux](https://learn.freecodecamp.org/front-end-libraries/react-and-redux)
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
**Projets**: Générateur aléatoire de citations, Prévisualisation de documents Markdown, Boîte à rythmes, Calculatrice JavaScript, Horloge Pomodoro.
|
**Projets**: Générateur aléatoire de citations, Prévisualisation de documents Markdown, Boîte à rythmes, Calculatrice JavaScript, Horloge 25 + 5.
|
||||||
|
|
||||||
#### 4. Certification de visualisation des données
|
#### 4. Certification de visualisation des données
|
||||||
|
|
||||||
|
@ -73,7 +73,7 @@ Ecco le nostre sei certificazioni di base:
|
|||||||
- [React e Redux](https://learn.freecodecamp.org/front-end-libraries/react-and-redux)
|
- [React e Redux](https://learn.freecodecamp.org/front-end-libraries/react-and-redux)
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
**Progetti**: La Macchina di quote casuali, Il Visualizzatore di Markdown, La macchinetta Drum, La Calcolatrice JavaScript, L'orologio Pomodoro
|
**Progetti**: La Macchina di quote casuali, Il Visualizzatore di Markdown, La macchinetta Drum, La Calcolatrice JavaScript, L'orologio 25 + 5
|
||||||
|
|
||||||
#### 4. Certificazione visualizzazione dei dati
|
#### 4. Certificazione visualizzazione dei dati
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ freeCodeCamp.org 커리큘럼의 30개의 프로젝트에는 각각 휼륭한
|
|||||||
- [React and Redux](https://learn.freecodecamp.org/front-end-libraries/react-and-redux)
|
- [React and Redux](https://learn.freecodecamp.org/front-end-libraries/react-and-redux)
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
**프로젝트** : 랜덤 명언 기계, Markdown Previewer, 드럼 기계, 자바스크립트 계산기, Pomodoro 시계
|
**프로젝트** : 랜덤 명언 기계, Markdown Previewer, 드럼 기계, 자바스크립트 계산기, 25 + 5 시계
|
||||||
|
|
||||||
#### 4. 데이터 시각화 자격증
|
#### 4. 데이터 시각화 자격증
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@ Aqui estão as nossas seis certificações principais:
|
|||||||
- [React e Redux](https://learn.freecodecamp.org/front-end-libraries/react-and-redux)
|
- [React e Redux](https://learn.freecodecamp.org/front-end-libraries/react-and-redux)
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
**Projetos**: Máquina de Citações Aleatórias, Pré-visualizador de Markdown, Máquina de Tambores, Calculadora de JavaScript, Relógio Pomodoro
|
**Projetos**: Máquina de Citações Aleatórias, Pré-visualizador de Markdown, Máquina de Tambores, Calculadora de JavaScript, Relógio 25 + 5
|
||||||
|
|
||||||
#### 4. Certificação de Visualização de Data
|
#### 4. Certificação de Visualização de Data
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@ La única excepción a esto es en caso en que descubramos una violación a nuest
|
|||||||
- [React and Redux](https://learn.freecodecamp.org/front-end-libraries/react-and-redux)
|
- [React and Redux](https://learn.freecodecamp.org/front-end-libraries/react-and-redux)
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
**Proyectos**: Random Quote Machine, Markdown Previewer, Drum Machine, JavaScript Calculator, Pomodoro Clock
|
**Proyectos**: Random Quote Machine, Markdown Previewer, Drum Machine, JavaScript Calculator, 25 + 5 Clock
|
||||||
|
|
||||||
#### 4. Certificación de Visualización de Datos
|
#### 4. Certificación de Visualización de Datos
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@ freeCodeCamp.org пропонує декілька безкоштовних се
|
|||||||
- [React and Redux](https://learn.freecodecamp.org/front-end-libraries/react-and-redux)
|
- [React and Redux](https://learn.freecodecamp.org/front-end-libraries/react-and-redux)
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
**Projects**: Random Quote Machine, Markdown Previewer, Drum Machine, JavaScript Calculator, Pomodoro Clock
|
**Projects**: Random Quote Machine, Markdown Previewer, Drum Machine, JavaScript Calculator, 25 + 5 Clock
|
||||||
|
|
||||||
#### 4. Data Visualization Certification
|
#### 4. Data Visualization Certification
|
||||||
|
|
||||||
|
@ -76,7 +76,7 @@ Dưới đây là sáu chứng chỉ:
|
|||||||
- [React and Redux](https://learn.freecodecamp.org/front-end-libraries/react-and-redux)
|
- [React and Redux](https://learn.freecodecamp.org/front-end-libraries/react-and-redux)
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
**Projects**: Random Quote Machine, Markdown Previewer, Drum Machine, JavaScript Calculator, Pomodoro Clock
|
**Projects**: Random Quote Machine, Markdown Previewer, Drum Machine, JavaScript Calculator, 25 + 5 Clock
|
||||||
|
|
||||||
#### 4. Chứng Chỉ Trực quan hóa Dữ Liệu
|
#### 4. Chứng Chỉ Trực quan hóa Dữ Liệu
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user