From b422f7f9d255b91a31a71d165351fa1b7677faaa Mon Sep 17 00:00:00 2001
From: maifeeulasad
Date: Wed, 1 Jul 2020 13:47:55 +0600
Subject: [PATCH 01/14] npx create-react-app
---
.gitignore | 23 +
.idea/inspectionProfiles/Project_Default.xml | 6 +
.idea/misc.xml | 6 +
.idea/modules.xml | 8 +
.idea/reactjs-beginner.iml | 13 +
.idea/vcs.xml | 6 +
.idea/workspace.xml | 132 +
README.md | 70 +-
README.old.md | 2 +
package.json | 34 +
public/favicon.ico | Bin 0 -> 3150 bytes
public/index.html | 43 +
public/logo192.png | Bin 0 -> 5347 bytes
public/logo512.png | Bin 0 -> 9664 bytes
public/manifest.json | 25 +
public/robots.txt | 3 +
src/App.css | 38 +
src/App.js | 26 +
src/App.test.js | 9 +
src/index.css | 13 +
src/index.js | 17 +
src/logo.svg | 7 +
src/serviceWorker.js | 141 +
src/setupTests.js | 5 +
yarn.lock | 10951 +++++++++++++++++
25 files changed, 11576 insertions(+), 2 deletions(-)
create mode 100644 .gitignore
create mode 100644 .idea/inspectionProfiles/Project_Default.xml
create mode 100644 .idea/misc.xml
create mode 100644 .idea/modules.xml
create mode 100644 .idea/reactjs-beginner.iml
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/logo192.png
create mode 100644 public/logo512.png
create mode 100644 public/manifest.json
create mode 100644 public/robots.txt
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/serviceWorker.js
create mode 100644 src/setupTests.js
create mode 100644 yarn.lock
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..4d29575
--- /dev/null
+++ b/.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/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
new file mode 100644
index 0000000..03d9549
--- /dev/null
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..24eb271
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..c450e16
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/reactjs-beginner.iml b/.idea/reactjs-beginner.iml
new file mode 100644
index 0000000..2bfa945
--- /dev/null
+++ b/.idea/reactjs-beginner.iml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ 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..90d2c6c
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1593585683008
+
+
+ 1593585683008
+
+
+
+
+
+
+
+
+