diff options
author | rohan09-raj <[email protected]> | 2022-07-28 17:56:15 +0530 |
---|---|---|
committer | rohan09-raj <[email protected]> | 2022-07-28 17:56:15 +0530 |
commit | 49be4dfc3d478ad02876c9238c48c513edac1e7c (patch) | |
tree | b79c0bd1c2cb1582df0d03e88e4d03d097e9f0a0 | |
parent | ffefbc1c2a382597c6d9f90977f8c907e26fbe2e (diff) |
refactoring folder structure
-rw-r--r-- | client/.eslintrc.js (renamed from .eslintrc.js) | 0 | ||||
-rw-r--r-- | client/.gitignore (renamed from .gitignore) | 0 | ||||
-rw-r--r-- | client/.prettierrc (renamed from .prettierrc) | 0 | ||||
-rw-r--r-- | client/README.md (renamed from README.md) | 0 | ||||
-rw-r--r-- | client/package.json (renamed from package.json) | 0 | ||||
-rw-r--r-- | client/public/assets/images/capture.svg (renamed from public/assets/images/capture.svg) | 0 | ||||
-rw-r--r-- | client/public/assets/images/document.svg (renamed from public/assets/images/document.svg) | 0 | ||||
-rw-r--r-- | client/public/assets/images/enrollment.svg (renamed from public/assets/images/enrollment.svg) | 0 | ||||
-rw-r--r-- | client/public/assets/images/female.svg (renamed from public/assets/images/female.svg) | 0 | ||||
-rw-r--r-- | client/public/assets/images/male.svg (renamed from public/assets/images/male.svg) | 0 | ||||
-rw-r--r-- | client/public/assets/images/trans.svg (renamed from public/assets/images/trans.svg) | 0 | ||||
-rw-r--r-- | client/public/assets/images/update.svg (renamed from public/assets/images/update.svg) | 0 | ||||
-rw-r--r-- | client/public/assets/images/white-check.svg (renamed from public/assets/images/white-check.svg) | 0 | ||||
-rw-r--r-- | client/public/favicon.ico (renamed from public/favicon.ico) | bin | 3870 -> 3870 bytes | |||
-rw-r--r-- | client/public/index.html (renamed from public/index.html) | 0 | ||||
-rw-r--r-- | client/public/manifest.json (renamed from public/manifest.json) | 0 | ||||
-rw-r--r-- | client/public/robots.txt (renamed from public/robots.txt) | 0 | ||||
-rw-r--r-- | client/src/App.js (renamed from src/App.js) | 0 | ||||
-rw-r--r-- | client/src/components/Card/Card.jsx (renamed from src/components/Card/Card.jsx) | 0 | ||||
-rw-r--r-- | client/src/components/Card/Card.module.css (renamed from src/components/Card/Card.module.css) | 0 | ||||
-rw-r--r-- | client/src/components/Card/CardScanner.jsx (renamed from src/components/Card/CardScanner.jsx) | 0 | ||||
-rw-r--r-- | client/src/components/Card/CardScanner.module.css (renamed from src/components/Card/CardScanner.module.css) | 0 | ||||
-rw-r--r-- | client/src/components/Header/Header.jsx (renamed from src/components/Header/Header.jsx) | 0 | ||||
-rw-r--r-- | client/src/components/Header/Header.module.css (renamed from src/components/Header/Header.module.css) | 0 | ||||
-rw-r--r-- | client/src/components/Input/Input.jsx (renamed from src/components/Input/Input.jsx) | 0 | ||||
-rw-r--r-- | client/src/components/Input/Input.module.css (renamed from src/components/Input/Input.module.css) | 0 | ||||
-rw-r--r-- | client/src/components/LabelCard/LabelCard.jsx (renamed from src/components/LabelCard/LabelCard.jsx) | 0 | ||||
-rw-r--r-- | client/src/components/LabelCard/LabelCard.module.css (renamed from src/components/LabelCard/LabelCard.module.css) | 0 | ||||
-rw-r--r-- | client/src/components/RadioSelect/RadioSelect.jsx (renamed from src/components/RadioSelect/RadioSelect.jsx) | 0 | ||||
-rw-r--r-- | client/src/components/RadioSelect/RadioSelect.module.css (renamed from src/components/RadioSelect/RadioSelect.module.css) | 0 | ||||
-rw-r--r-- | client/src/components/SubmitButton/SubmitButton.jsx (renamed from src/components/SubmitButton/SubmitButton.jsx) | 0 | ||||
-rw-r--r-- | client/src/components/SubmitButton/SubmitButton.module.css (renamed from src/components/SubmitButton/SubmitButton.module.css) | 0 | ||||
-rw-r--r-- | client/src/index.css (renamed from src/index.css) | 0 | ||||
-rw-r--r-- | client/src/index.js (renamed from src/index.js) | 0 | ||||
-rw-r--r-- | client/src/pages/Enrollment/Address/Address.jsx (renamed from src/pages/Enrollment/Address/Address.jsx) | 0 | ||||
-rw-r--r-- | client/src/pages/Enrollment/Address/Address.module.css (renamed from src/pages/Enrollment/Address/Address.module.css) | 0 | ||||
-rw-r--r-- | client/src/pages/Enrollment/DocumentScanner/DocumentScanner.jsx (renamed from src/pages/Enrollment/DocumentScanner/DocumentScanner.jsx) | 0 | ||||
-rw-r--r-- | client/src/pages/Enrollment/DocumentScanner/DocumentScanner.module.css (renamed from src/pages/Enrollment/DocumentScanner/DocumentScanner.module.css) | 0 | ||||
-rw-r--r-- | client/src/pages/Enrollment/Enrollment.jsx (renamed from src/pages/Enrollment/Enrollment.jsx) | 0 | ||||
-rw-r--r-- | client/src/pages/Enrollment/Enrollment.module.css (renamed from src/pages/Enrollment/Enrollment.module.css) | 0 | ||||
-rw-r--r-- | client/src/pages/Enrollment/FormOne/FormOne.jsx (renamed from src/pages/Enrollment/FormOne/FormOne.jsx) | 0 | ||||
-rw-r--r-- | client/src/pages/Enrollment/FormOne/FormOne.module.css (renamed from src/pages/Enrollment/FormOne/FormOne.module.css) | 0 | ||||
-rw-r--r-- | client/src/pages/Enrollment/FormTwo/FormTwo.jsx (renamed from src/pages/Enrollment/FormTwo/FormTwo.jsx) | 0 | ||||
-rw-r--r-- | client/src/pages/Enrollment/FormTwo/FormTwo.module.css (renamed from src/pages/Enrollment/FormTwo/FormTwo.module.css) | 0 | ||||
-rw-r--r-- | client/src/pages/Enrollment/PhotoCapture/PhotoCapture.jsx (renamed from src/pages/Enrollment/PhotoCapture/PhotoCapture.jsx) | 0 | ||||
-rw-r--r-- | client/src/pages/Enrollment/PhotoCapture/PhotoCapture.module.css (renamed from src/pages/Enrollment/PhotoCapture/PhotoCapture.module.css) | 0 | ||||
-rw-r--r-- | client/src/pages/Home/Home.jsx (renamed from src/pages/Home/Home.jsx) | 0 | ||||
-rw-r--r-- | client/src/pages/Home/Home.module.css (renamed from src/pages/Home/Home.module.css) | 0 | ||||
-rw-r--r-- | client/src/pages/Update/Update.jsx (renamed from src/pages/Update/Update.jsx) | 0 | ||||
-rw-r--r-- | client/src/pages/Update/Update.module.css (renamed from src/pages/Update/Update.module.css) | 0 | ||||
-rw-r--r-- | client/src/routes/index.js (renamed from src/routes/index.js) | 0 | ||||
-rw-r--r-- | client/src/styles/GlobalVariables.css (renamed from src/styles/GlobalVariables.css) | 0 | ||||
-rw-r--r-- | client/yarn.lock (renamed from yarn.lock) | 0 |
53 files changed, 0 insertions, 0 deletions
diff --git a/.eslintrc.js b/client/.eslintrc.js index d85199d..d85199d 100644 --- a/.eslintrc.js +++ b/client/.eslintrc.js diff --git a/.gitignore b/client/.gitignore index 4d29575..4d29575 100644 --- a/.gitignore +++ b/client/.gitignore diff --git a/.prettierrc b/client/.prettierrc index 2a8452e..2a8452e 100644 --- a/.prettierrc +++ b/client/.prettierrc diff --git a/README.md b/client/README.md index 58beeac..58beeac 100644 --- a/README.md +++ b/client/README.md diff --git a/package.json b/client/package.json index 324e5ab..324e5ab 100644 --- a/package.json +++ b/client/package.json diff --git a/public/assets/images/capture.svg b/client/public/assets/images/capture.svg index c272091..c272091 100644 --- a/public/assets/images/capture.svg +++ b/client/public/assets/images/capture.svg diff --git a/public/assets/images/document.svg b/client/public/assets/images/document.svg index 2393ad7..2393ad7 100644 --- a/public/assets/images/document.svg +++ b/client/public/assets/images/document.svg diff --git a/public/assets/images/enrollment.svg b/client/public/assets/images/enrollment.svg index 21b13c0..21b13c0 100644 --- a/public/assets/images/enrollment.svg +++ b/client/public/assets/images/enrollment.svg diff --git a/public/assets/images/female.svg b/client/public/assets/images/female.svg index 9b6d5bc..9b6d5bc 100644 --- a/public/assets/images/female.svg +++ b/client/public/assets/images/female.svg diff --git a/public/assets/images/male.svg b/client/public/assets/images/male.svg index 311b8ee..311b8ee 100644 --- a/public/assets/images/male.svg +++ b/client/public/assets/images/male.svg diff --git a/public/assets/images/trans.svg b/client/public/assets/images/trans.svg index 297fc7a..297fc7a 100644 --- a/public/assets/images/trans.svg +++ b/client/public/assets/images/trans.svg diff --git a/public/assets/images/update.svg b/client/public/assets/images/update.svg index ca318e2..ca318e2 100644 --- a/public/assets/images/update.svg +++ b/client/public/assets/images/update.svg diff --git a/public/assets/images/white-check.svg b/client/public/assets/images/white-check.svg index 5b67374..5b67374 100644 --- a/public/assets/images/white-check.svg +++ b/client/public/assets/images/white-check.svg diff --git a/public/favicon.ico b/client/public/favicon.ico Binary files differindex a11777c..a11777c 100644 --- a/public/favicon.ico +++ b/client/public/favicon.ico diff --git a/public/index.html b/client/public/index.html index de71572..de71572 100644 --- a/public/index.html +++ b/client/public/index.html diff --git a/public/manifest.json b/client/public/manifest.json index 080d6c7..080d6c7 100644 --- a/public/manifest.json +++ b/client/public/manifest.json diff --git a/public/robots.txt b/client/public/robots.txt index e9e57dc..e9e57dc 100644 --- a/public/robots.txt +++ b/client/public/robots.txt diff --git a/src/App.js b/client/src/App.js index c39f14e..c39f14e 100644 --- a/src/App.js +++ b/client/src/App.js diff --git a/src/components/Card/Card.jsx b/client/src/components/Card/Card.jsx index 3d66067..3d66067 100644 --- a/src/components/Card/Card.jsx +++ b/client/src/components/Card/Card.jsx diff --git a/src/components/Card/Card.module.css b/client/src/components/Card/Card.module.css index e351fd5..e351fd5 100644 --- a/src/components/Card/Card.module.css +++ b/client/src/components/Card/Card.module.css diff --git a/src/components/Card/CardScanner.jsx b/client/src/components/Card/CardScanner.jsx index 29caf39..29caf39 100644 --- a/src/components/Card/CardScanner.jsx +++ b/client/src/components/Card/CardScanner.jsx diff --git a/src/components/Card/CardScanner.module.css b/client/src/components/Card/CardScanner.module.css index af237e2..af237e2 100644 --- a/src/components/Card/CardScanner.module.css +++ b/client/src/components/Card/CardScanner.module.css diff --git a/src/components/Header/Header.jsx b/client/src/components/Header/Header.jsx index d90aafe..d90aafe 100644 --- a/src/components/Header/Header.jsx +++ b/client/src/components/Header/Header.jsx diff --git a/src/components/Header/Header.module.css b/client/src/components/Header/Header.module.css index 8e6084f..8e6084f 100644 --- a/src/components/Header/Header.module.css +++ b/client/src/components/Header/Header.module.css diff --git a/src/components/Input/Input.jsx b/client/src/components/Input/Input.jsx index ee79f3b..ee79f3b 100644 --- a/src/components/Input/Input.jsx +++ b/client/src/components/Input/Input.jsx diff --git a/src/components/Input/Input.module.css b/client/src/components/Input/Input.module.css index cafb5f1..cafb5f1 100644 --- a/src/components/Input/Input.module.css +++ b/client/src/components/Input/Input.module.css diff --git a/src/components/LabelCard/LabelCard.jsx b/client/src/components/LabelCard/LabelCard.jsx index be02f01..be02f01 100644 --- a/src/components/LabelCard/LabelCard.jsx +++ b/client/src/components/LabelCard/LabelCard.jsx diff --git a/src/components/LabelCard/LabelCard.module.css b/client/src/components/LabelCard/LabelCard.module.css index 8511596..8511596 100644 --- a/src/components/LabelCard/LabelCard.module.css +++ b/client/src/components/LabelCard/LabelCard.module.css diff --git a/src/components/RadioSelect/RadioSelect.jsx b/client/src/components/RadioSelect/RadioSelect.jsx index e69de29..e69de29 100644 --- a/src/components/RadioSelect/RadioSelect.jsx +++ b/client/src/components/RadioSelect/RadioSelect.jsx diff --git a/src/components/RadioSelect/RadioSelect.module.css b/client/src/components/RadioSelect/RadioSelect.module.css index e69de29..e69de29 100644 --- a/src/components/RadioSelect/RadioSelect.module.css +++ b/client/src/components/RadioSelect/RadioSelect.module.css diff --git a/src/components/SubmitButton/SubmitButton.jsx b/client/src/components/SubmitButton/SubmitButton.jsx index 567d923..567d923 100644 --- a/src/components/SubmitButton/SubmitButton.jsx +++ b/client/src/components/SubmitButton/SubmitButton.jsx diff --git a/src/components/SubmitButton/SubmitButton.module.css b/client/src/components/SubmitButton/SubmitButton.module.css index bb1b015..bb1b015 100644 --- a/src/components/SubmitButton/SubmitButton.module.css +++ b/client/src/components/SubmitButton/SubmitButton.module.css diff --git a/src/index.css b/client/src/index.css index c05147c..c05147c 100644 --- a/src/index.css +++ b/client/src/index.css diff --git a/src/index.js b/client/src/index.js index 08cf3d2..08cf3d2 100644 --- a/src/index.js +++ b/client/src/index.js diff --git a/src/pages/Enrollment/Address/Address.jsx b/client/src/pages/Enrollment/Address/Address.jsx index 6a32bcf..6a32bcf 100644 --- a/src/pages/Enrollment/Address/Address.jsx +++ b/client/src/pages/Enrollment/Address/Address.jsx diff --git a/src/pages/Enrollment/Address/Address.module.css b/client/src/pages/Enrollment/Address/Address.module.css index 60958ba..60958ba 100644 --- a/src/pages/Enrollment/Address/Address.module.css +++ b/client/src/pages/Enrollment/Address/Address.module.css diff --git a/src/pages/Enrollment/DocumentScanner/DocumentScanner.jsx b/client/src/pages/Enrollment/DocumentScanner/DocumentScanner.jsx index 1ca2558..1ca2558 100644 --- a/src/pages/Enrollment/DocumentScanner/DocumentScanner.jsx +++ b/client/src/pages/Enrollment/DocumentScanner/DocumentScanner.jsx diff --git a/src/pages/Enrollment/DocumentScanner/DocumentScanner.module.css b/client/src/pages/Enrollment/DocumentScanner/DocumentScanner.module.css index ec59f61..ec59f61 100644 --- a/src/pages/Enrollment/DocumentScanner/DocumentScanner.module.css +++ b/client/src/pages/Enrollment/DocumentScanner/DocumentScanner.module.css diff --git a/src/pages/Enrollment/Enrollment.jsx b/client/src/pages/Enrollment/Enrollment.jsx index b8bbc81..b8bbc81 100644 --- a/src/pages/Enrollment/Enrollment.jsx +++ b/client/src/pages/Enrollment/Enrollment.jsx diff --git a/src/pages/Enrollment/Enrollment.module.css b/client/src/pages/Enrollment/Enrollment.module.css index e69de29..e69de29 100644 --- a/src/pages/Enrollment/Enrollment.module.css +++ b/client/src/pages/Enrollment/Enrollment.module.css diff --git a/src/pages/Enrollment/FormOne/FormOne.jsx b/client/src/pages/Enrollment/FormOne/FormOne.jsx index 4ba274c..4ba274c 100644 --- a/src/pages/Enrollment/FormOne/FormOne.jsx +++ b/client/src/pages/Enrollment/FormOne/FormOne.jsx diff --git a/src/pages/Enrollment/FormOne/FormOne.module.css b/client/src/pages/Enrollment/FormOne/FormOne.module.css index 35d1e49..35d1e49 100644 --- a/src/pages/Enrollment/FormOne/FormOne.module.css +++ b/client/src/pages/Enrollment/FormOne/FormOne.module.css diff --git a/src/pages/Enrollment/FormTwo/FormTwo.jsx b/client/src/pages/Enrollment/FormTwo/FormTwo.jsx index 56bcd70..56bcd70 100644 --- a/src/pages/Enrollment/FormTwo/FormTwo.jsx +++ b/client/src/pages/Enrollment/FormTwo/FormTwo.jsx diff --git a/src/pages/Enrollment/FormTwo/FormTwo.module.css b/client/src/pages/Enrollment/FormTwo/FormTwo.module.css index 8b13789..8b13789 100644 --- a/src/pages/Enrollment/FormTwo/FormTwo.module.css +++ b/client/src/pages/Enrollment/FormTwo/FormTwo.module.css diff --git a/src/pages/Enrollment/PhotoCapture/PhotoCapture.jsx b/client/src/pages/Enrollment/PhotoCapture/PhotoCapture.jsx index 0b30848..0b30848 100644 --- a/src/pages/Enrollment/PhotoCapture/PhotoCapture.jsx +++ b/client/src/pages/Enrollment/PhotoCapture/PhotoCapture.jsx diff --git a/src/pages/Enrollment/PhotoCapture/PhotoCapture.module.css b/client/src/pages/Enrollment/PhotoCapture/PhotoCapture.module.css index ec59f61..ec59f61 100644 --- a/src/pages/Enrollment/PhotoCapture/PhotoCapture.module.css +++ b/client/src/pages/Enrollment/PhotoCapture/PhotoCapture.module.css diff --git a/src/pages/Home/Home.jsx b/client/src/pages/Home/Home.jsx index b132f12..b132f12 100644 --- a/src/pages/Home/Home.jsx +++ b/client/src/pages/Home/Home.jsx diff --git a/src/pages/Home/Home.module.css b/client/src/pages/Home/Home.module.css index de1cead..de1cead 100644 --- a/src/pages/Home/Home.module.css +++ b/client/src/pages/Home/Home.module.css diff --git a/src/pages/Update/Update.jsx b/client/src/pages/Update/Update.jsx index 0b448cf..0b448cf 100644 --- a/src/pages/Update/Update.jsx +++ b/client/src/pages/Update/Update.jsx diff --git a/src/pages/Update/Update.module.css b/client/src/pages/Update/Update.module.css index e69de29..e69de29 100644 --- a/src/pages/Update/Update.module.css +++ b/client/src/pages/Update/Update.module.css diff --git a/src/routes/index.js b/client/src/routes/index.js index fc2aeea..fc2aeea 100644 --- a/src/routes/index.js +++ b/client/src/routes/index.js diff --git a/src/styles/GlobalVariables.css b/client/src/styles/GlobalVariables.css index a1e3384..a1e3384 100644 --- a/src/styles/GlobalVariables.css +++ b/client/src/styles/GlobalVariables.css diff --git a/yarn.lock b/client/yarn.lock index fd8ff80..fd8ff80 100644 --- a/yarn.lock +++ b/client/yarn.lock |