Skip to content

Commit 6bdb4e8

Browse files
jdwilkin4Dario-DC
andauthored
feat(curriculum): add tailwind css shopping cart lab (freeCodeCamp#61096)
Co-authored-by: Dario-DC <[email protected]>
1 parent 2382a2e commit 6bdb4e8

File tree

5 files changed

+668
-0
lines changed

5 files changed

+668
-0
lines changed

client/i18n/locales/english/intro.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3993,6 +3993,13 @@
39933993
"In this workshop, you will learn the basics of Tailwind CSS by building out an error message component."
39943994
]
39953995
},
3996+
"lab-music-shopping-cart-page": {
3997+
"title": "Build a Music Shopping Cart Page",
3998+
"intro": [
3999+
"In this lab, you will build a music shopping cart page with Tailwind CSS.",
4000+
"You will practice working with Tailwind CSS utility classes for flexbox layouts, colors, breakpoints and more."
4001+
]
4002+
},
39964003
"review-css-libraries-and-frameworks": {
39974004
"title": "CSS Libraries and Frameworks Review",
39984005
"intro": [
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Introduction to the Build a Music Shopping Cart Page
3+
block: lab-music-shopping-cart-page
4+
superBlock: full-stack-developer
5+
---
6+
7+
## Introduction to the Build a Music Shopping Cart Page
8+
9+
In this lab, you will build a music shopping cart page with Tailwind CSS.
10+
You will practice working with Tailwind CSS utility classes for flexbox layouts, colors, breakpoints and more.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "Build a Music Shopping Cart Page",
3+
"isUpcomingChange": true,
4+
"usesMultifileEditor": true,
5+
"blockType": "lab",
6+
"blockLayout": "link",
7+
"dashedName": "lab-music-shopping-cart-page",
8+
"superBlock": "full-stack-developer",
9+
"helpCategory": "HTML-CSS",
10+
"challengeOrder": [{ "id": "685dbd19200ad656d48b77ff", "title": "Build a Music Shopping Cart Page" }]
11+
}

0 commit comments

Comments
 (0)