feat(curriculum): add workshop heritage library catalog (#66022)

Co-authored-by: Dario <105294544+Dario-DC@users.noreply.github.com>
Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com>
This commit is contained in:
Fernando Belmonte Archetti
2026-04-14 08:22:54 -03:00
committed by GitHub
parent a60ccdb293
commit 7aeefcb677
34 changed files with 3703 additions and 1 deletions
+7
View File
@@ -4872,6 +4872,13 @@
"In this workshop, you'll leverage JavaScript loops to build a space mission roster."
]
},
"workshop-heritage-library-catalog": {
"title": "Build a Heritage Library Catalog",
"intro": [
"In this workshop, you will digitize historical catalog cards for a heritage library.",
"You will practice using loops, objects, and string methods to parse raw text data, search and group entries, render formatted output, and export to JSON and CSV."
]
},
"lab-longest-word-in-a-string": {
"title": "Build a Longest Word Finder App",
"intro": [