initial commit
parents
Showing
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": "accubits_test", | ||
| "version": "0.1.0", | ||
| "private": true, | ||
| "dependencies": { | ||
| "@material-ui/core": "^4.11.0", | ||
| "@material-ui/icons": "^4.9.1", | ||
| "@material-ui/lab": "^4.0.0-alpha.56", | ||
| "@testing-library/jest-dom": "^4.2.4", | ||
| "@testing-library/react": "^9.3.2", | ||
| "@testing-library/user-event": "^7.1.2", | ||
| "axios": "^0.20.0", | ||
| "classnames": "^2.2.6", | ||
| "connected-react-router": "^6.8.0", | ||
| "history": "^4.10.1", | ||
| "react": "^16.13.1", | ||
| "react-dom": "^16.13.1", | ||
| "react-google-charts": "^3.0.15", | ||
| "react-redux": "^7.2.1", | ||
| "react-router": "^5.2.0", | ||
| "react-router-dom": "^5.2.0", | ||
| "react-scripts": "3.4.3", | ||
| "redux": "^4.0.5", | ||
| "redux-thunk": "^2.3.0" | ||
| }, | ||
| "scripts": { | ||
| "start": "react-scripts start", | ||
| "build": "react-scripts build", | ||
| "test": "react-scripts test", | ||
| "eject": "react-scripts eject" | ||
| }, | ||
| "eslintConfig": { | ||
| "extends": "react-app" | ||
| }, | ||
| "browserslist": { | ||
| "production": [ | ||
| ">0.2%", | ||
| "not dead", | ||
| "not op_mini all" | ||
| ], | ||
| "development": [ | ||
| "last 1 chrome version", | ||
| "last 1 firefox version", | ||
| "last 1 safari version" | ||
| ] | ||
| } | ||
| } |
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.test.js
0 → 100644
src/apiConfig.js
0 → 100644
src/app/app.js
0 → 100644
src/app/index.js
0 → 100644
src/index.css
0 → 100644
src/index.js
0 → 100644
src/screens/maps/index.js
0 → 100644
src/screens/maps/maps.js
0 → 100644
src/screens/state/data/action.js
0 → 100644
src/screens/state/data/constants.js
0 → 100644
src/screens/state/data/reducer.js
0 → 100644
src/screens/state/index.js
0 → 100644
src/screens/state/states.jsx
0 → 100644
src/serviceWorker.js
0 → 100644
src/services/api/api.jsx
0 → 100644
src/services/api/apiRequest.js
0 → 100644
src/services/stateService.js
0 → 100644
src/setupTests.js
0 → 100644
src/store/configureStore.js
0 → 100644
src/store/rootReducer.js
0 → 100644
yarn-error.log
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.