feat(curriculum): break number sorter down into steps (#49715)

* chore: create new project

* feat: break projects down into steps

* chore: solution

* feat: write tests

* fix: broken tests

* chore: apply Jessica's review suggestions

* chore: correct title case for block name

* chore: apply kolade's review

* chore: apply kolade's review

* chore: apply sem's review

Co-authored-by: Sem Bauke <semboot699@gmail.com>

* chore: apply sem's updated review

* chore: add aria-label to selects

* fix: labels on the steps where the camper changed a value

This is why find and replace didn't work );

* chore: apply zaira's review suggestions

Co-authored-by: Zaira <33151350+zairahira@users.noreply.github.com>

* chore: apply zaira's review suggestions

Co-authored-by: Zaira <33151350+zairahira@users.noreply.github.com>

---------

Co-authored-by: Sem Bauke <semboot699@gmail.com>
Co-authored-by: Zaira <33151350+zairahira@users.noreply.github.com>
This commit is contained in:
Naomi Carrigan
2023-04-27 04:17:35 -07:00
committed by GitHub
parent d43c9b69d7
commit 18f9a3f47c
46 changed files with 15917 additions and 2 deletions
+3 -2
View File
@@ -130,6 +130,7 @@
"learn-simple-and-compound-interest": "Python",
"college-algebra-with-python-conclusion": "Python",
"learn-data-structures-by-building-a-shopping-cart": "JavaScript",
"learn-fetch-and-promises-by-building-an-fcc-authors-page": "JavaScript",
"learn-regular-expressions-by-building-a-spam-filter": "JavaScript"
"learn-regular-expressions-by-building-a-spam-filter": "JavaScript",
"learn-basic-algorithmic-thinking-by-building-a-number-sorter": "JavaScript",
"learn-fetch-and-promises-by-building-an-fcc-authors-page": "JavaScript"
}