Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(curriculum): add fcc forum leaderboard lab to FSD cert #57336

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
7 changes: 6 additions & 1 deletion client/i18n/locales/english/intro.json
Original file line number Diff line number Diff line change
Expand Up @@ -3254,7 +3254,12 @@
]
},
"alda": { "title": "253", "intro": [] },
"cvaf": { "title": "254", "intro": [] },
"lab-fcc-forum-leaderboard": {
"title": "Build an fCC Forum Leaderboard",
"intro": [
"For this lab you will practice asynchronous JavaScript by coding your own freeCodeCamp forum leaderboard."
]
},
"review-asynchronous-javascript": {
"title": "Asynchronous JavaScript Review",
"intro": [
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Introduction to the Build an fCC Forum Leaderboard
block: lab-fcc-forum-leaderboard
superBlock: full-stack-developer
---

## Introduction to the Build an fCC Forum Leaderboard

For this lab you will practice asynchronous JavaScript by coding your own freeCodeCamp forum leaderboard.
11 changes: 11 additions & 0 deletions curriculum/challenges/_meta/lab-fcc-forum-leaderboard/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Build an fCC Forum Leaderboard",
"isUpcomingChange": true,
"usesMultifileEditor": true,
"blockType": "lab",
"blockLayout": "link",
"dashedName": "lab-fcc-forum-leaderboard",
"superBlock": "full-stack-developer",
"challengeOrder": [{ "id": "673c91f0b934834bc4a3ecc2", "title": "Build an fCC Forum Leaderboard" }],
"helpCategory": "JavaScript"
}
Loading
Loading