Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
174 commits
Select commit Hold shift + click to select a range
8b1a00b
Initial commit
codementum Jan 30, 2024
bfd7d2d
init
codementum Jan 30, 2024
a5172ef
Wrote a few preliminary notes in the README.
MacCode7110 Feb 2, 2024
971bb18
Put down more app and experiment ideas in README.
MacCode7110 Feb 5, 2024
0c1f3b9
Updated README notes with revised thoughts.
MacCode7110 Feb 6, 2024
6fe7adf
Added Bulma CSS styling preference note to README.
MacCode7110 Feb 6, 2024
3a37ef7
Initialized package.json file
MacCode7110 Feb 6, 2024
bcb9916
Set up React with a package.json.
MacCode7110 Feb 6, 2024
e52a33b
Rearranged index.js and index.html to get React start script working.
MacCode7110 Feb 6, 2024
906fbf4
Added visualization display component.
MacCode7110 Feb 6, 2024
526dd9a
Renamed title of experiment.
MacCode7110 Feb 7, 2024
af9d0f0
Wrote HTML with bulma css styling for problem user interface.
MacCode7110 Feb 7, 2024
dbdeb06
Added gitignore file.
MacCode7110 Feb 7, 2024
b32e59f
Stopped tracking node modules.
MacCode7110 Feb 7, 2024
92f18ab
Added ids to each button and the answer input element.
MacCode7110 Feb 8, 2024
fb1d20b
Added a useEffect function to visualization problem display.
MacCode7110 Feb 8, 2024
fdca3ba
Implemented user answer storage, feedback, and next question navigation.
MacCode7110 Feb 9, 2024
210621a
Added error checking for moving to next question without answering cu…
MacCode7110 Feb 10, 2024
98f81ea
Added input field reset for user answer.
MacCode7110 Feb 10, 2024
a805d22
Added thank you component.
MacCode7110 Feb 10, 2024
f8ef0bf
Added useEffect hook for questionNumber.
MacCode7110 Feb 11, 2024
c91920b
Added visualization and text for first question.
MacCode7110 Feb 12, 2024
8a72b92
Tweaked fonts, font weights, and sizes in question interface.
MacCode7110 Feb 12, 2024
258e9b7
Added all questions and icon array images to repository.
MacCode7110 Feb 12, 2024
c1bb5ef
Calculated answers to each question.
MacCode7110 Feb 12, 2024
fc39613
Added firebase configurations
r2pen2 Feb 13, 2024
a3ed50c
Added Login logic to dashboard page
r2pen2 Feb 13, 2024
a642190
className
r2pen2 Feb 13, 2024
1c0c4c2
Google Icon
r2pen2 Feb 13, 2024
eff03c0
Sending answers to database + useEffect rework
r2pen2 Feb 13, 2024
f58739a
Moved SignOut button to footer
r2pen2 Feb 13, 2024
3b92022
Made Dashboard components more readable
r2pen2 Feb 13, 2024
6d7fb40
Removed nesting on button press handling
r2pen2 Feb 13, 2024
864716e
Comments for guard clauses
r2pen2 Feb 13, 2024
313654a
Update README.md
pnarasimhan2021 Feb 14, 2024
2515a6d
Update README.md
pnarasimhan2021 Feb 14, 2024
563ecd0
Update README.md
pnarasimhan2021 Feb 14, 2024
d900d5a
Update README.md
pnarasimhan2021 Feb 14, 2024
766f3cd
Update README.md
pnarasimhan2021 Feb 14, 2024
6b3fbff
Update README.md
pnarasimhan2021 Feb 14, 2024
f9b7a97
Update README.md
pnarasimhan2021 Feb 14, 2024
996b03b
Update README.md
pnarasimhan2021 Feb 14, 2024
a0d2860
Update README.md
pnarasimhan2021 Feb 14, 2024
0a9dfa0
Update README.md
pnarasimhan2021 Feb 14, 2024
4937806
Update README.md
pnarasimhan2021 Feb 14, 2024
a7965f8
Update README.md
pnarasimhan2021 Feb 14, 2024
ba7978a
Update README.md
pnarasimhan2021 Feb 14, 2024
d237a17
Update README.md
pnarasimhan2021 Feb 14, 2024
00054e1
Update README.md
pnarasimhan2021 Feb 14, 2024
2569022
Update README.md
pnarasimhan2021 Feb 14, 2024
76ab5d7
Update README.md
pnarasimhan2021 Feb 14, 2024
6c15ea5
Update README.md
pnarasimhan2021 Feb 14, 2024
e61c870
Update README.md
pnarasimhan2021 Feb 14, 2024
7119263
Update README.md
pnarasimhan2021 Feb 14, 2024
62e3230
Update README.md
pnarasimhan2021 Feb 14, 2024
76f572e
Update README.md
pnarasimhan2021 Feb 14, 2024
0dbdfbc
Update README.md
pnarasimhan2021 Feb 14, 2024
f085897
Update README.md
pnarasimhan2021 Feb 14, 2024
933f6e9
Update README.md
pnarasimhan2021 Feb 14, 2024
34c575b
Update README.md
pnarasimhan2021 Feb 14, 2024
51d9a6f
Update README.md
pnarasimhan2021 Feb 14, 2024
7c16534
Merge pull request #1 from pnarasimhan2021/main
MacCode7110 Feb 15, 2024
2ae6d66
Added minor revisions to README.
MacCode7110 Feb 15, 2024
4412a82
Edited project roles in README.
MacCode7110 Feb 15, 2024
15ab95a
Merge pull request #2 from MacCode7110/Firebase
MacCode7110 Feb 15, 2024
a6c8121
Credited Joe for React useEffect refactors.
MacCode7110 Feb 15, 2024
964a334
Removed useEffect import from visualization display.
MacCode7110 Feb 15, 2024
36fc457
Added survey return button to thank you component.
MacCode7110 Feb 15, 2024
0e14aa3
Modified minimum height styling of thank you content.
MacCode7110 Feb 15, 2024
348bbe0
Refactored JSX on thank you component.
MacCode7110 Feb 15, 2024
d72626a
modify styling for uniform bg color
huangrandy Feb 16, 2024
b9e23d5
Fixed positioning of button on thank you component.
MacCode7110 Feb 16, 2024
bbd18fc
Created QuestionStat class
r2pen2 Feb 16, 2024
8fa6cb7
Cleanup on visualization_problem_display
r2pen2 Feb 16, 2024
620c83e
Add getCurrentUserRecord and getAllUserRecords functions
r2pen2 Feb 16, 2024
df27787
Merge pull request #3 from MacCode7110/DatabaseObjects
MacCode7110 Feb 16, 2024
dc1b5b4
Fixed database overwrite bug
r2pen2 Feb 16, 2024
ca13e9c
Moved client to sub-directory
r2pen2 Feb 16, 2024
d2dbffe
Added build script
r2pen2 Feb 16, 2024
3894c04
Created production build
r2pen2 Feb 16, 2024
dfea4cb
Created node project for server
r2pen2 Feb 17, 2024
8034509
Creates server running on post 4804 ;)
r2pen2 Feb 17, 2024
46c93a4
Readme moved to root directory
r2pen2 Feb 17, 2024
f661382
QuestioNStat refactor + Readme for Firebase ops
r2pen2 Feb 17, 2024
1952f98
Added server information readme
r2pen2 Feb 17, 2024
e7afd77
Updated hypothesis to be more specific.
MacCode7110 Feb 17, 2024
300ad19
Updated background and procedure sections.
MacCode7110 Feb 17, 2024
ed27e4c
add mobile styling (desktop broken)
huangrandy Feb 17, 2024
65a064d
refactor mobile styling
huangrandy Feb 17, 2024
ce5ee9d
Added resources and research for content to README.
MacCode7110 Feb 18, 2024
c5c4174
add dynamic question based on screen size
huangrandy Feb 18, 2024
9df92a4
Merge branch 'main' of https://github.com/MacCode7110/a3-Experiment
huangrandy Feb 18, 2024
6c5a917
Improved certain formatting on README and added ovarian cancer icon a…
MacCode7110 Feb 18, 2024
d25dbb3
Added updated content to app and linked new visualizations in README.
MacCode7110 Feb 18, 2024
b899d25
Corrected location of README images in repository.
MacCode7110 Feb 18, 2024
e78495b
Updated correct answers in visualization problem display.
MacCode7110 Feb 18, 2024
999c1e9
3rd img spelling mistake
huangrandy Feb 18, 2024
39bb056
Added note to handle resize use effect clause.
MacCode7110 Feb 18, 2024
7133a50
Added design and technical achievements headers to README.
MacCode7110 Feb 18, 2024
1320d2c
Mobile build + database hotfix
r2pen2 Feb 19, 2024
daa3d27
fix minor mobile layout issues
huangrandy Feb 19, 2024
e27ab53
Made some wording improvements to the questions.
MacCode7110 Feb 19, 2024
1cc53b1
Merge branch 'main' of https://github.com/MacCode7110/a3-Experiment
MacCode7110 Feb 19, 2024
aa574ee
new mobile build
huangrandy Feb 19, 2024
61693d4
Made a few improvements to question wording.
MacCode7110 Feb 19, 2024
d3bf22d
Merge branch 'main' of https://github.com/MacCode7110/a3-Experiment
MacCode7110 Feb 19, 2024
b0e58ea
Updated README with imporved question wording.
MacCode7110 Feb 19, 2024
47892a2
Ran new app build.
MacCode7110 Feb 19, 2024
a7de094
add csv extract functionality
huangrandy Feb 19, 2024
e7975b4
Merge branch 'main' of https://github.com/MacCode7110/a3-Experiment
huangrandy Feb 19, 2024
e6365bb
New build after csv code added.
MacCode7110 Feb 19, 2024
0e0c339
Implemented Cleveland-Mcgraw relative error calucation in db.js
MacCode7110 Feb 19, 2024
2956225
Ran new build after implementing cleveland-mcgraw error calculation.
MacCode7110 Feb 19, 2024
4b1c9c6
Final Build
r2pen2 Feb 19, 2024
6429d6b
generate csv for 33 trials
huangrandy Feb 19, 2024
032c754
Updated README with clarifying notes about experiment.
MacCode7110 Feb 20, 2024
25b5cb3
Added working link and screenshot of experiment to README.
MacCode7110 Feb 20, 2024
5e962e7
Added design and technical achievements to README.
MacCode7110 Feb 20, 2024
ef325b0
Reformatted design and technical achievements in README.
MacCode7110 Feb 20, 2024
a649ed8
add ci img
huangrandy Feb 20, 2024
71940e9
Merge branch 'main' of https://github.com/MacCode7110/a3-Experiment
huangrandy Feb 20, 2024
003c6b4
add ranked data
huangrandy Feb 20, 2024
c4739b7
Wrote experiment results section of README.
MacCode7110 Feb 20, 2024
ff3ce11
Replace Readme
r2pen2 Feb 23, 2024
21b348d
Removed interior client folder
r2pen2 Feb 23, 2024
560c851
Added random icon array
r2pen2 Feb 23, 2024
af6e111
New images on load and question change
r2pen2 Feb 23, 2024
f7248a0
Random questions
r2pen2 Feb 23, 2024
4d593fc
Progress Bar
r2pen2 Feb 23, 2024
204b9ff
Renamed application title in footer.
MacCode7110 Feb 26, 2024
876b9f1
Renamed app title in package.json.
MacCode7110 Feb 27, 2024
ed9daf4
Corrected spelling on createImage function in visualization problem c…
MacCode7110 Feb 27, 2024
3bbfa02
Using commonjs in package.json type now instead of module.
MacCode7110 Feb 27, 2024
aa92310
Changed package.json type back to module.
MacCode7110 Feb 27, 2024
e3a9078
Changed randomization folder back to randomizations.
MacCode7110 Feb 27, 2024
93632aa
working server
huangrandy Feb 27, 2024
29bc639
remove next btn and update success text
huangrandy Feb 27, 2024
731bf8f
add randomization + bounds for icon array
huangrandy Feb 27, 2024
3e66b14
Added updated questions and visualization titles.
MacCode7110 Feb 28, 2024
9e8928c
Added determine correct answer functionality.
MacCode7110 Feb 28, 2024
3b235f1
Added control text to application.
MacCode7110 Feb 29, 2024
02039a0
Added information text component to problem display.
MacCode7110 Feb 29, 2024
6014a5f
Added troubleshooting logs to generateVisual function.
MacCode7110 Feb 29, 2024
270a7ac
Fixed control text implementation.
MacCode7110 Mar 1, 2024
5694923
Reorganized README for final.
MacCode7110 Mar 1, 2024
27ed07f
State redux
r2pen2 Mar 1, 2024
978655c
Merge branch 'main' of https://github.com/r2pen2/cs4804-final
r2pen2 Mar 1, 2024
2b803df
Removed visualization image folder.
MacCode7110 Mar 1, 2024
ae54255
Removed unused states
r2pen2 Mar 1, 2024
21cf2fe
Merge branch 'main' of https://github.com/r2pen2/cs4804-final
r2pen2 Mar 1, 2024
efbfbf9
Fixed question num state
r2pen2 Mar 1, 2024
69cc374
Build + Port
r2pen2 Mar 1, 2024
4ae52bc
port
r2pen2 Mar 1, 2024
7d5de14
Fixed division of labor formatting in README.
MacCode7110 Mar 1, 2024
90e1f58
Correct path to getAllUserRecord.
MacCode7110 Mar 1, 2024
409c4c0
Capitalized headers in README.
MacCode7110 Mar 1, 2024
0cf6f3c
Added link to working webpage.
MacCode7110 Mar 1, 2024
9246e4c
Edited title of README.
MacCode7110 Mar 1, 2024
2623a10
Corrected README title.
MacCode7110 Mar 1, 2024
48f55ce
generated ci's for data
huangrandy Mar 1, 2024
8b72fd0
Linked project screencast in README.
MacCode7110 Mar 1, 2024
596eda5
sort by means
huangrandy Mar 1, 2024
b639563
Merge branch 'main' of https://github.com/r2pen2/cs4804-final
huangrandy Mar 1, 2024
52a886b
Update README.md
huangrandy Mar 1, 2024
0ad85a4
Added deployment note to README.
MacCode7110 Mar 1, 2024
d11af1f
Fixed diverging branches.
MacCode7110 Mar 1, 2024
564f0b0
Added Process Book PDF to repo.
MacCode7110 Mar 2, 2024
278086d
Readded process book.
MacCode7110 Mar 2, 2024
4a641f3
Renamed path to process book.
MacCode7110 Mar 2, 2024
a1683f5
Readded technical and design achievements section.
MacCode7110 Mar 2, 2024
819944f
Added icon array randomization demo PDF.
MacCode7110 Mar 2, 2024
54266b4
Added icon array randomization demo link to README.
MacCode7110 Mar 2, 2024
4993192
Added design and technical achievements.
MacCode7110 Mar 2, 2024
f7766f8
Corrected grammar in README.
MacCode7110 Mar 2, 2024
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
Binary file added .DS_Store
Binary file not shown.
104 changes: 104 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
*.lcov

# nyc test coverage
.nyc_output

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env
.env.test

# parcel-bundler cache (https://parceljs.org/)
.cache

# Next.js build output
.next

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and *not* Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port
Binary file not shown.
Binary file not shown.
245 changes: 121 additions & 124 deletions README.md

Large diffs are not rendered by default.

Binary file added client/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions client/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
15 changes: 15 additions & 0 deletions client/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"files": {
"main.css": "/static/css/main.3d9b11d4.css",
"main.js": "/static/js/main.327bb2ca.js",
"static/media/active_figure.png": "/static/media/active_figure.3ef7611abbcf55564ae9.png",
"static/media/neutral_figure.png": "/static/media/neutral_figure.e19d3761dbffeb7fd391.png",
"index.html": "/index.html",
"main.3d9b11d4.css.map": "/static/css/main.3d9b11d4.css.map",
"main.327bb2ca.js.map": "/static/js/main.327bb2ca.js.map"
},
"entrypoints": [
"static/css/main.3d9b11d4.css",
"static/js/main.327bb2ca.js"
]
}
1 change: 1 addition & 0 deletions client/build/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><title>Final-Icon Array Data Visualization Expanded Experiment - Joe Dobbelaar, Priyanka Narasimhan, Randy Huang, Matthew McAlarney</title><script src="https://d3js.org/d3.v7.min.js"></script><style>.person{fill:#000}.highlighted{fill:red}</style><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><script defer="defer" src="/static/js/main.327bb2ca.js"></script><link href="/static/css/main.3d9b11d4.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
3 changes: 3 additions & 0 deletions client/build/static/css/main.3d9b11d4.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions client/build/static/css/main.3d9b11d4.css.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions client/build/static/js/main.327bb2ca.js

Large diffs are not rendered by default.

265 changes: 265 additions & 0 deletions client/build/static/js/main.327bb2ca.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,265 @@
/**
* @license
* Copyright 2017 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/**
* @license
* Copyright 2017 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/**
* @license
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/**
* @license
* Copyright 2018 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/**
* @license
* Copyright 2017 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/**
* @license
* Copyright 2018 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/**
* @license
* Copyright 2019 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/**
* @license
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/**
* @license
* Copyright 2020 Google LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/**
* @license
* Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/**
* @license
* Copyright 2022 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/**
* @license
* Copyright 2023 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @remix-run/router v1.15.0
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/

/**
* React Router v6.22.0
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/
1 change: 1 addition & 0 deletions client/build/static/js/main.327bb2ca.js.map

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading