Skip to content

Commit

Permalink
feat(curriculum): add availability table lab (freeCodeCamp#55802)
Browse files Browse the repository at this point in the history
Co-authored-by: moT01 <[email protected]>
Co-authored-by: Sem Bauke <[email protected]>
  • Loading branch information
3 people authored Aug 27, 2024
1 parent c35dc47 commit 4957cd4
Show file tree
Hide file tree
Showing 4 changed files with 627 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/i18n/locales/english/intro.json
Original file line number Diff line number Diff line change
Expand Up @@ -1857,7 +1857,10 @@
"scec": { "title": "107", "intro": [] },
"mtbl": { "title": "108", "intro": [] },
"vlov": { "title": "109", "intro": [] },
"njkq": { "title": "110", "intro": [] },
"lab-availability-table": {
"title": "Build an Availability Table",
"intro": ["For this lab, you will create an availability table."]
},
"sget": { "title": "111", "intro": [] },
"huge": { "title": "112", "intro": [] },
"agbl": { "title": "113", "intro": [] },
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Introduction to the Build an Availability Table
block: lab-availability-table
superBlock: front-end-development
---

## Introduction to the Build an Availability Table

For this lab, you will create an availability table.
11 changes: 11 additions & 0 deletions curriculum/challenges/_meta/lab-availability-table/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Build an Availability Table",
"blockType": "lab",
"isUpcomingChange": true,
"usesMultifileEditor": true,
"dashedName": "lab-availability-table",
"order": 110,
"superBlock": "front-end-development",
"challengeOrder": [{ "id": "66b36358ed4f261d64840c24", "title": "Build an Availability Table" }],
"helpCategory": "HTML-CSS"
}
Loading

0 comments on commit 4957cd4

Please sign in to comment.