mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): add missing certification projects to frontend libraries certification (#67507)
This commit is contained in:
@@ -5915,7 +5915,10 @@
|
||||
"performance": "Performance",
|
||||
"testing": "Testing",
|
||||
"css-libraries-and-frameworks": "CSS Libraries and Frameworks",
|
||||
"lab-photography-exhibit": "Design a Photography Exhibit",
|
||||
"typescript-fundamentals": "TypeScript Fundamentals",
|
||||
"lab-flashcard-quiz-app": "Build a Flashcard Quiz App",
|
||||
"lab-digital-pet-game": "Build a Digital Pet Game",
|
||||
"data-visualization": "Data Visualization and D3",
|
||||
"review-front-end-libraries": "Front-End Libraries Review",
|
||||
"front-end-development-libraries-certification-exam": "Front-End Development Libraries Certification Exam"
|
||||
|
||||
@@ -4,6 +4,7 @@ title: Build a Digital Pet Game
|
||||
challengeType: 25
|
||||
dashedName: lab-digital-pet-game
|
||||
demoType: onClick
|
||||
saveSubmissionToDB: true
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
+1
@@ -3,6 +3,7 @@ id: 69b868127999e97f1903f8e1
|
||||
title: Build a Flashcard Quiz App
|
||||
challengeType: 25
|
||||
dashedName: lab-flashcard-quiz-app
|
||||
saveSubmissionToDB: true
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
+1
@@ -4,6 +4,7 @@ title: Design a Photography Exhibit
|
||||
challengeType: 25
|
||||
dashedName: lab-photography-exhibit
|
||||
demoType: onClick
|
||||
saveSubmissionToDB: true
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
@@ -72,11 +72,15 @@
|
||||
"workshop-tailwind-cta-component",
|
||||
"workshop-tailwind-pricing-component",
|
||||
"lab-music-shopping-cart-page",
|
||||
"lab-photography-exhibit",
|
||||
"review-css-libraries-and-frameworks",
|
||||
"quiz-css-libraries-and-frameworks"
|
||||
]
|
||||
},
|
||||
{
|
||||
"moduleType": "cert-project",
|
||||
"dashedName": "lab-photography-exhibit",
|
||||
"blocks": ["lab-photography-exhibit"]
|
||||
},
|
||||
{
|
||||
"dashedName": "typescript-fundamentals",
|
||||
"blocks": [
|
||||
@@ -91,13 +95,21 @@
|
||||
"lab-product-showcase",
|
||||
"lecture-working-with-typescript-configuration-files",
|
||||
"workshop-fortune-teller-app",
|
||||
"lab-flashcard-quiz-app",
|
||||
"workshop-build-a-football-player-card-builder",
|
||||
"lab-digital-pet-game",
|
||||
"review-typescript",
|
||||
"quiz-typescript"
|
||||
]
|
||||
},
|
||||
{
|
||||
"moduleType": "cert-project",
|
||||
"dashedName": "lab-flashcard-quiz-app",
|
||||
"blocks": ["lab-flashcard-quiz-app"]
|
||||
},
|
||||
{
|
||||
"moduleType": "cert-project",
|
||||
"dashedName": "lab-digital-pet-game",
|
||||
"blocks": ["lab-digital-pet-game"]
|
||||
},
|
||||
{
|
||||
"dashedName": "data-visualization",
|
||||
"comingSoon": true,
|
||||
|
||||
Reference in New Issue
Block a user