combine form submission data
Showing
- backend/react_app.py 4 additions, 11 deletionsbackend/react_app.py
- package.json 2 additions, 0 deletionspackage.json
- public/basic.html 0 additions, 25 deletionspublic/basic.html
- public/home.html 0 additions, 239 deletionspublic/home.html
- public/progress.html 0 additions, 43 deletionspublic/progress.html
- public/result.html 0 additions, 18 deletionspublic/result.html
- src/App.js 2 additions, 2 deletionssrc/App.js
- src/pages/Home.js 63 additions, 30 deletionssrc/pages/Home.js
... | @@ -5,6 +5,7 @@ | ... | @@ -5,6 +5,7 @@ |
"dependencies": { | "dependencies": { | ||
"@emotion/react": "^11.9.0", | "@emotion/react": "^11.9.0", | ||
"@emotion/styled": "^11.8.1", | "@emotion/styled": "^11.8.1", | ||
"@mui/icons-material": "^5.6.2", | |||
"@mui/material": "^5.6.2", | "@mui/material": "^5.6.2", | ||
"@mui/styled-engine-sc": "^5.6.1", | "@mui/styled-engine-sc": "^5.6.1", | ||
"@testing-library/jest-dom": "^5.16.4", | "@testing-library/jest-dom": "^5.16.4", | ||
... | @@ -13,6 +14,7 @@ | ... | @@ -13,6 +14,7 @@ |
"axios": "^0.26.1", | "axios": "^0.26.1", | ||
"react": "^18.0.0", | "react": "^18.0.0", | ||
"react-dom": "^18.0.0", | "react-dom": "^18.0.0", | ||
"react-hook-form": "^7.30.0", | |||
"react-scripts": "^5.0.1", | "react-scripts": "^5.0.1", | ||
"styled-components": "^5.3.5", | "styled-components": "^5.3.5", | ||
"web-vitals": "^2.1.4" | "web-vitals": "^2.1.4" | ||
... | ... |
public/basic.html
deleted
100644 → 0
public/home.html
deleted
100644 → 0
public/progress.html
deleted
100644 → 0
public/result.html
deleted
100644 → 0
src/pages/Home.js
100644 → 100755
Please register or sign in to comment