mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(curriculum): adding kitty ipsum workshop to cert (#56116)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
+19
@@ -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--
|
||||
Reference in New Issue
Block a user