mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-29 08:00:43 -04:00
feat(curriculum): adding data visualization module (#62448)
This commit is contained in:
@@ -1818,6 +1818,7 @@
|
||||
"performance": "Performance",
|
||||
"testing": "Testing",
|
||||
"css-libraries-and-frameworks": "CSS Libraries and Frameworks",
|
||||
"data-visualization": "Data Visualization and D3",
|
||||
"typescript-fundamentals": "TypeScript Fundamentals",
|
||||
"review-front-end-libraries": "Front End Libraries Review",
|
||||
"exam-front-end-libraries": "Front End Libraries Exam",
|
||||
@@ -1868,6 +1869,12 @@
|
||||
"In this module, you will be introduced to CSS libraries, frameworks, and preprocessors, including Tailwind CSS, Bootstrap, and Sass. You will build out various components using Tailwind CSS and test your knowledge of these tools with a short quiz."
|
||||
]
|
||||
},
|
||||
"data-visualization": {
|
||||
"note": "Coming Winter 2025",
|
||||
"intro": [
|
||||
"In this module, you will be introduced to data visualization and learn how to work with the D3 library."
|
||||
]
|
||||
},
|
||||
"typescript-fundamentals": {
|
||||
"note": "Coming Fall 2025",
|
||||
"intro": [
|
||||
|
||||
@@ -637,6 +637,11 @@
|
||||
"quiz-css-libraries-and-frameworks"
|
||||
]
|
||||
},
|
||||
{
|
||||
"dashedName": "data-visualization",
|
||||
"comingSoon": true,
|
||||
"blocks": []
|
||||
},
|
||||
{
|
||||
"dashedName": "typescript-fundamentals",
|
||||
"comingSoon": true,
|
||||
|
||||
Reference in New Issue
Block a user