feat: spam filter project (#49873)

* chore: set up initial project

* feat: steps 1-10

* feat: steps 11-20

* feat: complete steps

* feat: write tests

* fix: debug failing tests

* chore: apply Jessica's review suggestions

Co-authored-by: Jessica Wilkins  <67210629+jdwilkin4@users.noreply.github.com>

* chore: apply gikf's review suggestions

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

* fix: test that help regex is unmodified

* chore: max width on text area

* chore: reapply sem's review

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

---------

Co-authored-by: Jessica Wilkins  <67210629+jdwilkin4@users.noreply.github.com>
Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
Co-authored-by: Sem Bauke <semboot699@gmail.com>
This commit is contained in:
Naomi Carrigan
2023-04-19 05:02:56 -07:00
committed by GitHub
parent ce26c85c78
commit 21d00f7ce8
39 changed files with 7125 additions and 1 deletions
+2 -1
View File
@@ -126,5 +126,6 @@
"learn-quadratic-equations": "Python",
"learn-simple-and-compound-interest": "Python",
"college-algebra-with-python-conclusion": "Python",
"learn-data-structures-by-building-a-shopping-cart": "JavaScript"
"learn-data-structures-by-building-a-shopping-cart": "JavaScript",
"learn-regular-expressions-by-building-a-spam-filter": "JavaScript"
}