diff --git a/solutions/day-01/Level2.js b/solutions/day-01/Level2.js new file mode 100644 index 0000000..e69de29 diff --git a/solutions/day-01/countries.js b/solutions/day-01/countries.js new file mode 100644 index 0000000..f00a89e --- /dev/null +++ b/solutions/day-01/countries.js @@ -0,0 +1,13 @@ +const countries = [ + 'Albania', + 'Bolivia', + 'Canada', + 'Denmark', + 'Ethiopia', + 'Finland', + 'Germany', + 'Hungary', + 'Ireland', + 'Japan', + 'Kenya', + ] \ No newline at end of file diff --git a/solutions/day-01/index.html b/solutions/day-01/index.html index 984d787..c9629fe 100644 --- a/solutions/day-01/index.html +++ b/solutions/day-01/index.html @@ -4,6 +4,6 @@ 30DaysOfScript:Internal Script - + \ No newline at end of file diff --git a/solutions/day-01/web_techs.js b/solutions/day-01/web_techs.js new file mode 100644 index 0000000..24e835d --- /dev/null +++ b/solutions/day-01/web_techs.js @@ -0,0 +1,9 @@ +const webTechs = [ + 'HTML', + 'CSS', + 'JavaScript', + 'React', + 'Redux', + 'Node', + 'MongoDB', + ] \ No newline at end of file diff --git a/solutions/day-02/index.html b/solutions/day-02/index.html new file mode 100644 index 0000000..f590c67 --- /dev/null +++ b/solutions/day-02/index.html @@ -0,0 +1,198 @@ + + + + + + + + 30 Days Of React Challenge + + + + +
+ + + + + + + \ No newline at end of file