From 80e94abc53936b88e5bbeceee2d86072665a1d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Naval?= <59289820+EstevaoNaval@users.noreply.github.com> Date: Fri, 13 Nov 2020 16:36:24 -0300 Subject: [PATCH] Add an another practical example to that project. Add an example made with HTML, CSS and JS. --- Projects/1-Beginner/Cause-Effect-App.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects/1-Beginner/Cause-Effect-App.md b/Projects/1-Beginner/Cause-Effect-App.md index d6659343..d9cd8bf5 100644 --- a/Projects/1-Beginner/Cause-Effect-App.md +++ b/Projects/1-Beginner/Cause-Effect-App.md @@ -62,6 +62,7 @@ const people = [ ``` ## Example projects +-[Cause-Effect-App made with HTML, CSS and JS](https://estevaonaval.github.io/Causa-Efeito/web/) Checkout the interaction between the Navigation items on the left hand side of the page and the main body of the page on the [Javascript MDN site](https://developer.mozilla.org/en-US/docs/Web/JavaScript)