From 00ce39fd6eab0817810f1198baf8039f0d3ef822 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Myr=C3=A9n?= <danmy683@student.liu.se>
Date: Fri, 23 Aug 2024 16:16:53 +0000
Subject: [PATCH] Include some technical challenges that we missed to include
 in the shared presentation of the project.

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5dbb50e..9b8eda1 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,10 @@ https://gitlab.liu.se/tddd27_mypet/web_project/-/blob/main/TDDD27_Daniel_Myren_I
 
 # Daniel Pettersson (danpe975) Individual Screencast
 
+# Some Technical Challenges 
+We realized that we forgot to mention some of the technical challenges that we ecountered during the project. To start of, I would like to mention that neither of us had used React before. One of the biggest challenges was how to make the website very interactable, and how to re-render components based on the option and map selections. This problem was solved by utilizing the react hook useEffect, to synchronize the components.  
 
-
+# Older comments below:
 # Requirements
 - Visualize statistical data from Statistikdatbasen.scb.se focusing on European Parliamental Election data.
 - The data contains geographical information and thus can be represented on a map.
-- 
GitLab