first commit
Showing
README.md
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | |||
"name": "kfw_web_js", | |||
"version": "0.1.0", | |||
"private": true, | |||
"dependencies": { | |||
"@testing-library/jest-dom": "^5.11.4", | |||
"@testing-library/react": "^11.1.0", | |||
"@testing-library/user-event": "^12.1.10", | |||
"axios": "^0.21.1", | |||
"react": "^17.0.1", | |||
"react-dom": "^17.0.1", | |||
"react-router-dom": "^5.2.0", | |||
"react-scripts": "4.0.3", | |||
"web-vitals": "^1.0.1" | |||
}, | |||
"scripts": { | |||
"start": "react-scripts start", | |||
"build": "react-scripts build", | |||
"test": "react-scripts test", | |||
"eject": "react-scripts eject" | |||
}, | |||
"eslintConfig": { | |||
"extends": [ | |||
"react-app", | |||
"react-app/jest" | |||
] | |||
}, | |||
"browserslist": { | |||
"production": [ | |||
">0.2%", | |||
"not dead", | |||
"not op_mini all" | |||
], | |||
"development": [ | |||
"last 1 chrome version", | |||
"last 1 firefox version", | |||
"last 1 safari version" | |||
] | |||
}, | |||
"proxy": "http://api1.kfw.net" | |||
} |
public/favicon.ico
0 → 100644
File added
public/index.html
0 → 100644
public/logo192.png
0 → 100644
5.22 KB
public/logo512.png
0 → 100644
9.44 KB
public/manifest.json
0 → 100644
public/robots.txt
0 → 100644
src/App.css
0 → 100644
src/App.js
0 → 100644
src/App.test.js
0 → 100644
src/components/HistoryRecords.js
0 → 100644
src/components/Poster.css
0 → 100644
src/components/Poster.js
0 → 100644
src/components/RecordItem.css
0 → 100644
src/components/RecordItem.js
0 → 100644
src/components/TestCom.js
0 → 100644
src/images/bjtu.png
0 → 100644
175 KB
src/images/btnbj.png
0 → 100644
25.4 KB
src/images/clock.png
0 → 100644
1.5 KB
src/images/rmb.png
0 → 100644
1.45 KB
src/index.css
0 → 100644
src/index.js
0 → 100644
src/logo.svg
0 → 100644
src/reportWebVitals.js
0 → 100644
src/setupTests.js
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.