From 5f261093c5d3677cfd695085bf541f18b9048d59 Mon Sep 17 00:00:00 2001 From: Kevin Mormandi Date: Sat, 22 Jun 2019 21:48:46 -0300 Subject: [PATCH 1/2] first commit --- test/.gitignore | 23 + .../inspectionProfiles/Project_Default.xml | 6 + test/.idea/misc.xml | 6 + test/.idea/modules.xml | 8 + test/.idea/test.iml | 12 + test/.idea/vcs.xml | 6 + test/.idea/workspace.xml | 439 + test/README.md | 68 + test/package.json | 35 + test/public/favicon.ico | Bin 0 -> 3870 bytes test/public/index.html | 39 + test/public/manifest.json | 15 + test/src/App.css | 9 + test/src/App.js | 37 + test/src/App.test.js | 9 + test/src/Context.js | 3 + test/src/components/CocktailDetailItem.js | 27 + .../components/CocktailDetailItem.module.css | 49 + test/src/components/CocktailDetailsList.js | 85 + .../components/CocktailDetailsList.module.css | 7 + test/src/components/CocktailItem.js | 25 + test/src/components/CocktailItem.module.css | 53 + test/src/components/CocktailList.js | 59 + test/src/components/CocktailList.module.css | 7 + test/src/components/Header.js | 30 + test/src/components/Header.module.css | 29 + test/src/components/Root.js | 39 + test/src/index.css | 13 + test/src/index.js | 12 + test/src/logo.svg | 7 + test/src/serviceWorker.js | 135 + test/yarn.lock | 10319 ++++++++++++++++ 32 files changed, 11611 insertions(+) create mode 100644 test/.gitignore create mode 100644 test/.idea/inspectionProfiles/Project_Default.xml create mode 100644 test/.idea/misc.xml create mode 100644 test/.idea/modules.xml create mode 100644 test/.idea/test.iml create mode 100644 test/.idea/vcs.xml create mode 100644 test/.idea/workspace.xml create mode 100644 test/README.md create mode 100644 test/package.json create mode 100644 test/public/favicon.ico create mode 100644 test/public/index.html create mode 100644 test/public/manifest.json create mode 100644 test/src/App.css create mode 100644 test/src/App.js create mode 100644 test/src/App.test.js create mode 100644 test/src/Context.js create mode 100644 test/src/components/CocktailDetailItem.js create mode 100644 test/src/components/CocktailDetailItem.module.css create mode 100644 test/src/components/CocktailDetailsList.js create mode 100644 test/src/components/CocktailDetailsList.module.css create mode 100644 test/src/components/CocktailItem.js create mode 100644 test/src/components/CocktailItem.module.css create mode 100644 test/src/components/CocktailList.js create mode 100644 test/src/components/CocktailList.module.css create mode 100644 test/src/components/Header.js create mode 100644 test/src/components/Header.module.css create mode 100644 test/src/components/Root.js create mode 100644 test/src/index.css create mode 100644 test/src/index.js create mode 100644 test/src/logo.svg create mode 100644 test/src/serviceWorker.js create mode 100644 test/yarn.lock diff --git a/test/.gitignore b/test/.gitignore new file mode 100644 index 000000000..4d29575de --- /dev/null +++ b/test/.gitignore @@ -0,0 +1,23 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# production +/build + +# misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* diff --git a/test/.idea/inspectionProfiles/Project_Default.xml b/test/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 000000000..03d9549ea --- /dev/null +++ b/test/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/test/.idea/misc.xml b/test/.idea/misc.xml new file mode 100644 index 000000000..24eb271ab --- /dev/null +++ b/test/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/test/.idea/modules.xml b/test/.idea/modules.xml new file mode 100644 index 000000000..51ab97493 --- /dev/null +++ b/test/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/test/.idea/test.iml b/test/.idea/test.iml new file mode 100644 index 000000000..24643cc37 --- /dev/null +++ b/test/.idea/test.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/test/.idea/vcs.xml b/test/.idea/vcs.xml new file mode 100644 index 000000000..6c0b86358 --- /dev/null +++ b/test/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/test/.idea/workspace.xml b/test/.idea/workspace.xml new file mode 100644 index 000000000..f2404017d --- /dev/null +++ b/test/.idea/workspace.xml @@ -0,0 +1,439 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CocktailList + + + CocktailDetailsList + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +