diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index 23fd2821772..bfd7a9566bd 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -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": [ diff --git a/curriculum/structure/superblocks/full-stack-developer.json b/curriculum/structure/superblocks/full-stack-developer.json index 98d8cae8938..ff917d38817 100644 --- a/curriculum/structure/superblocks/full-stack-developer.json +++ b/curriculum/structure/superblocks/full-stack-developer.json @@ -637,6 +637,11 @@ "quiz-css-libraries-and-frameworks" ] }, + { + "dashedName": "data-visualization", + "comingSoon": true, + "blocks": [] + }, { "dashedName": "typescript-fundamentals", "comingSoon": true,