From 8b2cbdf8c32c5098bedd42517c12c96b52ef7857 Mon Sep 17 00:00:00 2001 From: Helder Cambuta Date: Tue, 14 Mar 2023 02:29:51 +0100 Subject: [PATCH] :sparkles: fix: Day 02 --- .../.vscode/settings.json | 3 + .../solutions/exercise.html | 65 ++++++ .../solutions/index.html | 197 ++++++++++++++++++ 3 files changed, 265 insertions(+) create mode 100644 02_Day_Introduction_to_React/.vscode/settings.json create mode 100644 02_Day_Introduction_to_React/solutions/exercise.html create mode 100644 02_Day_Introduction_to_React/solutions/index.html diff --git a/02_Day_Introduction_to_React/.vscode/settings.json b/02_Day_Introduction_to_React/.vscode/settings.json new file mode 100644 index 0000000..1f2b05c --- /dev/null +++ b/02_Day_Introduction_to_React/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "nuxt.isNuxtApp": false +} \ No newline at end of file diff --git a/02_Day_Introduction_to_React/solutions/exercise.html b/02_Day_Introduction_to_React/solutions/exercise.html new file mode 100644 index 0000000..28366fc --- /dev/null +++ b/02_Day_Introduction_to_React/solutions/exercise.html @@ -0,0 +1,65 @@ + + + + + + + Day 02 - Exercise + + + + + + +
+ + + + + + + + diff --git a/02_Day_Introduction_to_React/solutions/index.html b/02_Day_Introduction_to_React/solutions/index.html new file mode 100644 index 0000000..93664e7 --- /dev/null +++ b/02_Day_Introduction_to_React/solutions/index.html @@ -0,0 +1,197 @@ + + + + + + + 30 Days of React - Day 02 + + + + + + +
+ + + + + + + +