From cb9a990c4851d8ccd750109e8ad30f8dff82356f Mon Sep 17 00:00:00 2001 From: Maxim Janssens <33133459+mixxamm@users.noreply.github.com> Date: Thu, 3 Oct 2019 15:59:07 +0200 Subject: [PATCH 1/6] Fix relative link --- WF_I_Ex_02_City_Locator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WF_I_Ex_02_City_Locator.md b/WF_I_Ex_02_City_Locator.md index 6503255..8aee8a2 100644 --- a/WF_I_Ex_02_City_Locator.md +++ b/WF_I_Ex_02_City_Locator.md @@ -11,7 +11,7 @@ As a second exercise, you will build yourself an application to locate a city in #### Given - A CRA -- This [Data](Data\Gemeenten_Belgiƫ.txt) +- This [Data](/Data/Gemeenten_Belgiƫ.txt) #### Assignment From 60d61ff28077df730c60efa2f058740c2e379a3e Mon Sep 17 00:00:00 2001 From: Maxim Janssens <33133459+mixxamm@users.noreply.github.com> Date: Thu, 3 Oct 2019 15:59:24 +0200 Subject: [PATCH 2/6] Fix spelfout --- WF_I_Ex_02_City_Locator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WF_I_Ex_02_City_Locator.md b/WF_I_Ex_02_City_Locator.md index 8aee8a2..be43bd3 100644 --- a/WF_I_Ex_02_City_Locator.md +++ b/WF_I_Ex_02_City_Locator.md @@ -15,7 +15,7 @@ As a second exercise, you will build yourself an application to locate a city in #### Assignment -Make an application that allows for selecting a Belgian town from a list. Upon selection of a town, the app shows it's location on an Open Street Map (OSM) component (thus __not__ Google Maps). +Make an application that allows for selecting a Belgian town from a list. Upon selection of a town, the app shows its location on an Open Street Map (OSM) component (thus __not__ Google Maps). The app structure must be like this: From 0f35e68b5c5733090381155f42cdf5b846133b9f Mon Sep 17 00:00:00 2001 From: Maxim Janssens <33133459+mixxamm@users.noreply.github.com> Date: Thu, 3 Oct 2019 15:59:41 +0200 Subject: [PATCH 3/6] Fix inhoud --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bac781..e7b5b36 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ - [Ex 01: Colorize the React logo](WF_I_Ex_01_Colorize.md) - [Ex 02: Locate a City](WF_I_Ex_02_City_Locator.md) -- [Ex 02: Simple clock](WF_I_Ex_03_Clock.md) +- [Ex 03: Simple clock](WF_I_Ex_03_Clock.md) ## Solutions From 5170ddf4fbf5d13166981df5004f07541fbc33ef Mon Sep 17 00:00:00 2001 From: mixxamm Date: Thu, 10 Oct 2019 12:21:54 +0200 Subject: [PATCH 4/6] Fix relative paths --- Exercises/WF_I_Ex_01_Colorize.md | 6 +++--- Exercises/WF_I_Ex_02_City_Locator.md | 2 +- Exercises/WF_I_Ex_03_Clock.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Exercises/WF_I_Ex_01_Colorize.md b/Exercises/WF_I_Ex_01_Colorize.md index 8e88eac..e1fadcf 100644 --- a/Exercises/WF_I_Ex_01_Colorize.md +++ b/Exercises/WF_I_Ex_01_Colorize.md @@ -25,17 +25,17 @@ Make sure you get acquainted with the above software, with priority for Visual S If all goes well, you should see something like this: -![create-react-app built by npm init](Media/Getting_Started.png) +![create-react-app built by npm init](../Media/Getting_Started.png) Now, install the [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=nl) and read a bit about it. We will later discover its use. For now, look at the Components tab in your dev tools and you should see something like this: -![React dev tools in action](Media/React_Dev_Tools.png) +![React dev tools in action](../Media/React_Dev_Tools.png) ### Ex_01: Colorize the React Logo As a first exercise, we will make a mini application that resembles this mockup screenshot: -![Mockup Screenshot of EX 01](Media/Ex_01_01.png) +![Mockup Screenshot of EX 01](../Media/Ex_01_01.png) #### Given diff --git a/Exercises/WF_I_Ex_02_City_Locator.md b/Exercises/WF_I_Ex_02_City_Locator.md index be43bd3..506f26b 100644 --- a/Exercises/WF_I_Ex_02_City_Locator.md +++ b/Exercises/WF_I_Ex_02_City_Locator.md @@ -6,7 +6,7 @@ As a second exercise, you will build yourself an application to locate a city in Belgium: -![Mockup Screenshot of EX 02](Media/Ex_02_01.png) +![Mockup Screenshot of EX 02](../Media/Ex_02_01.png) #### Given diff --git a/Exercises/WF_I_Ex_03_Clock.md b/Exercises/WF_I_Ex_03_Clock.md index 6da6bf6..6c2538c 100644 --- a/Exercises/WF_I_Ex_03_Clock.md +++ b/Exercises/WF_I_Ex_03_Clock.md @@ -12,7 +12,7 @@ Build a clock like this one: -![Clock only updates span](Media/Clock_Update.png) +![Clock only updates span](../Media/Clock_Update.png) - The clock must display the actual time of day - Make use of a CRA (unlike in the image above) From 9f5b5b9c4d61ec3fe4277505b69559c882f6ba47 Mon Sep 17 00:00:00 2001 From: mixxamm Date: Thu, 10 Oct 2019 13:10:42 +0200 Subject: [PATCH 5/6] Fix relative paths --- Exercises/WF_I_Ex_01_Colorize.md | 6 +++--- Exercises/WF_I_Ex_02_City_Locator.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Exercises/WF_I_Ex_01_Colorize.md b/Exercises/WF_I_Ex_01_Colorize.md index e1fadcf..8e88eac 100644 --- a/Exercises/WF_I_Ex_01_Colorize.md +++ b/Exercises/WF_I_Ex_01_Colorize.md @@ -25,17 +25,17 @@ Make sure you get acquainted with the above software, with priority for Visual S If all goes well, you should see something like this: -![create-react-app built by npm init](../Media/Getting_Started.png) +![create-react-app built by npm init](Media/Getting_Started.png) Now, install the [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=nl) and read a bit about it. We will later discover its use. For now, look at the Components tab in your dev tools and you should see something like this: -![React dev tools in action](../Media/React_Dev_Tools.png) +![React dev tools in action](Media/React_Dev_Tools.png) ### Ex_01: Colorize the React Logo As a first exercise, we will make a mini application that resembles this mockup screenshot: -![Mockup Screenshot of EX 01](../Media/Ex_01_01.png) +![Mockup Screenshot of EX 01](Media/Ex_01_01.png) #### Given diff --git a/Exercises/WF_I_Ex_02_City_Locator.md b/Exercises/WF_I_Ex_02_City_Locator.md index 9fabdf9..aca618c 100644 --- a/Exercises/WF_I_Ex_02_City_Locator.md +++ b/Exercises/WF_I_Ex_02_City_Locator.md @@ -6,7 +6,7 @@ As a second exercise, you will build yourself an application to locate a city in Belgium: -![Mockup Screenshot of EX 02](../Media/Ex_02_01.png) +![Mockup Screenshot of EX 02](Media/Ex_02_01.png) #### Given From 8bfbd2eba27459580b9c07e387535fd700052ee2 Mon Sep 17 00:00:00 2001 From: mixxamm Date: Thu, 10 Oct 2019 13:10:58 +0200 Subject: [PATCH 6/6] Fix Exercise 03 clock image --- Exercises/WF_I_Ex_03_Clock.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Exercises/WF_I_Ex_03_Clock.md b/Exercises/WF_I_Ex_03_Clock.md index 6c2538c..5f9cd9d 100644 --- a/Exercises/WF_I_Ex_03_Clock.md +++ b/Exercises/WF_I_Ex_03_Clock.md @@ -12,7 +12,7 @@ Build a clock like this one: -![Clock only updates span](../Media/Clock_Update.png) +![Clock only updates span](Media/Ex_03_Clock_Update.png) - The clock must display the actual time of day - Make use of a CRA (unlike in the image above)