feat(curriculum): adding kitty ipsum workshop to cert (#56116)

This commit is contained in:
Jessica Wilkins
2024-09-16 13:19:39 -07:00
committed by GitHub
parent 78850fb79f
commit 06d523e118
4 changed files with 47 additions and 1 deletions
+7 -1
View File
@@ -2233,7 +2233,13 @@
"For this project, you will create a Bash script that enters information from World Cup games into PostgreSQL, then query the database for useful statistics."
]
},
"mtkd": { "title": "349", "intro": [] },
"workshop-kitty-ipsum-translator": {
"title": "Build a Kitty Ipsum Translator",
"intro": [
"There's more to Bash commands than you might think.",
"In this 140-lesson workshop, you will learn some more complex commands, and the details of how commands work."
]
},
"wgfc": { "title": "350", "intro": [] },
"lab-salon-appointment-scheduler": {
"title": "Build a Salon Appointment Scheduler",
@@ -0,0 +1,9 @@
---
title: Introduction to the Build a Kitty Ipsum Translator
block: workshop-kitty-ipsum-translator
superBlock: front-end-development
---
## Introduction to the Build a Kitty Ipsum Translator
This is a test for the new project-based curriculum.
@@ -0,0 +1,12 @@
{
"name": "Build a Kitty Ipsum Translator",
"blockType": "workshop",
"isUpcomingChange": true,
"usesMultifileEditor": false,
"hasEditableBoundaries": false,
"dashedName": "workshop-kitty-ipsum-translator",
"order": 349,
"superBlock": "front-end-development",
"challengeOrder": [{ "id": "602da0de22201c65d2a019f6", "title": "Build a Kitty Ipsum Translator" }],
"helpCategory": "Backend Development"
}
@@ -0,0 +1,19 @@
---
id: 602da0de22201c65d2a019f6
title: Build a Kitty Ipsum Translator
challengeType: 12
url: freeCodeCamp/learn-advanced-bash-by-building-a-kitty-ipsum-translator
dashedName: build-a-kitty-ipsum-translator
---
# --description--
In this 140-lesson workshop, you will learn some more complex commands, and the details of how commands work.
# --instructions--
# --hints--
# --seed--
# --solutions--