mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
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:
committed by
GitHub
parent
a60ccdb293
commit
7aeefcb677
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user