Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29,818 changes: 29,801 additions & 17 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@
},
"devDependencies": {
"husky": "^7.0.0"
},
"dependencies": {
"react-scripts": "^5.0.1"
}
}
2 changes: 1 addition & 1 deletion website/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.env
.env
150 changes: 62 additions & 88 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react": "^16.13.1",
"react-apexcharts": "^1.3.7",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-router-dom": "^5.3.4",
"react-scripts": "3.4.3",
"react-scroll": "^1.8.1",
"recharts": "^2.0.8"
Expand Down
2 changes: 1 addition & 1 deletion website/src/caseStudies/FacialRecognition.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const FacialRecognitionInfo = [
post: {
profilePic: teachLogo,
profilePicName: "Profile Picture - TeachLA Logo",
header: "Case Study #3: Facial Recognition",
header: "Case Study #33: Facial Recognition",
subheader: "Stay Tuned For More!",
bodyText: [
{
Expand Down
1 change: 1 addition & 0 deletions website/src/components/LandingPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const landingPageInfo = [
{
body: (
<p className="bold">
{" "}
Bias By Us is an interactive explanation of bias in machine
learning algorithms, and how they affect multiple aspects of
every-day life!
Expand Down
Loading
Loading