feat: break shopping cart down into steps (#49416)

* feat: break shopping cart down into steps

* fix: couple of bugs oopsie

* fix: index.js -> script.js

* fix: missed a file

* feat: tests through step 31

* feat: finish tests

* chore: fix tests

* chore: apply gikf's review

Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>

* chore: apply Jessica's review suggestions

* chore: apply kolade's review

---------

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
This commit is contained in:
Naomi Carrigan
2023-04-12 05:05:08 -07:00
committed by GitHub
parent e0088db2b3
commit 1117c6b737
64 changed files with 20284 additions and 1 deletions
+2 -1
View File
@@ -125,5 +125,6 @@
"learn-parent-graphs-and-polynomials": "Python",
"learn-quadratic-equations": "Python",
"learn-simple-and-compound-interest": "Python",
"college-algebra-with-python-conclusion": "Python"
"college-algebra-with-python-conclusion": "Python",
"learn-data-structures-by-building-a-shopping-cart": "JavaScript"
}