Adding local copy developed sofar
Showing
jsconfig.json
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": "sample_pdp", | ||
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@testing-library/jest-dom": "^4.2.4", | ||
"@testing-library/react": "^9.3.2", | ||
"@testing-library/user-event": "^7.1.2", | ||
"react": "^16.12.0", | ||
"react-dom": "^16.12.0", | ||
"react-redux": "^7.1.3", | ||
"react-router-dom": "^5.1.2", | ||
"react-scripts": "3.3.1", | ||
"redux": "^4.0.5", | ||
"redux-thunk": "^2.3.0" | ||
}, | ||
"author": "pnair@nisum.com", | ||
"scripts": { | ||
"start": "concurrently \"react-scripts start\" \"npm run mock-api\"", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject", | ||
"mock-api": "json-server server/data.json --port 3001" | ||
}, | ||
"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" | ||
] | ||
}, | ||
"proxy": "http://localhost:3001/", | ||
"devDependencies": { | ||
"concurrently": "^5.1.0", | ||
"json-server": "^0.15.1", | ||
"node-sass": "^4.13.1" | ||
} | ||
} |
public/favicon.ico
0 → 100644
3.08 KB
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
server/data.json
0 → 100644
src/App/App.jsx
0 → 100644
src/App/App.module.scss
0 → 100644
src/App/App.spec.js
0 → 100644
src/App/index.js
0 → 100644
src/constants/routes.js
0 → 100644
src/constants/urls.js
0 → 100644
src/index.js
0 → 100644
src/pages/PDP/PDP.jsx
0 → 100644
src/pages/PDP/index.js
0 → 100644
src/pages/PLP/PLP.jsx
0 → 100644
src/pages/PLP/PLP.spec.js
0 → 100644
src/pages/PLP/index.js
0 → 100644
src/redux/configureStore.js
0 → 100644
src/redux/reducers/index.js
0 → 100644
src/services/api.js
0 → 100644
src/setupTests.js
0 → 100644
src/styles/_mixins.scss
0 → 100644
src/styles/_variables.scss
0 → 100644