From cb457deb7e2f9079f7353c64223c35fddccb7fd0 Mon Sep 17 00:00:00 2001 From: Dan Wilt Date: Sat, 10 Feb 2018 12:07:34 -0500 Subject: [PATCH] create react app --- .gitignore | 22 +- .idea/dan-wilt-coaching-quiz.iml | 12 + .idea/modules.xml | 8 + .idea/vcs.xml | 6 + .idea/workspace.xml | 175 + README.md | 2435 ++++++++++- README.old.md | 1 + package.json | 16 + public/favicon.ico | Bin 0 -> 3870 bytes public/index.html | 40 + public/manifest.json | 15 + src/App.css | 28 + src/App.js | 21 + src/App.test.js | 9 + src/index.css | 5 + src/index.js | 8 + src/logo.svg | 7 + src/registerServiceWorker.js | 117 + yarn.lock | 6629 ++++++++++++++++++++++++++++++ 19 files changed, 9552 insertions(+), 2 deletions(-) create mode 100644 .idea/dan-wilt-coaching-quiz.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 README.old.md create mode 100644 package.json create mode 100644 public/favicon.ico create mode 100644 public/index.html create mode 100644 public/manifest.json create mode 100644 src/App.css create mode 100644 src/App.js create mode 100644 src/App.test.js create mode 100644 src/index.css create mode 100644 src/index.js create mode 100644 src/logo.svg create mode 100644 src/registerServiceWorker.js create mode 100644 yarn.lock diff --git a/.gitignore b/.gitignore index 723ef36..5e739b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,21 @@ -.idea \ No newline at end of file +.idea# See https://help.github.com/ignore-files/ for more about ignoring files. + +# dependencies +/node_modules + +# 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/.idea/dan-wilt-coaching-quiz.iml b/.idea/dan-wilt-coaching-quiz.iml new file mode 100644 index 0000000..24643cc --- /dev/null +++ b/.idea/dan-wilt-coaching-quiz.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..6388694 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..c3cbcd7 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +