diff --git a/frontend/Resources/Assets/3_TwoNumOrdered_comma.csv b/frontend/src/Assets/3_TwoNumOrdered_comma.csv
similarity index 100%
rename from frontend/Resources/Assets/3_TwoNumOrdered_comma.csv
rename to frontend/src/Assets/3_TwoNumOrdered_comma.csv
diff --git a/frontend/Resources/Assets/background3.jpg b/frontend/src/Assets/background3.jpg
similarity index 100%
rename from frontend/Resources/Assets/background3.jpg
rename to frontend/src/Assets/background3.jpg
diff --git a/frontend/Resources/Assets/pxapi-api_table_C1EUvalNom.json b/frontend/src/Assets/pxapi-api_table_C1EUvalNom.json
similarity index 100%
rename from frontend/Resources/Assets/pxapi-api_table_C1EUvalNom.json
rename to frontend/src/Assets/pxapi-api_table_C1EUvalNom.json
diff --git a/frontend/Resources/Assets/sweden-with-regions_.geojson b/frontend/src/Assets/sweden-with-regions_.geojson
similarity index 100%
rename from frontend/Resources/Assets/sweden-with-regions_.geojson
rename to frontend/src/Assets/sweden-with-regions_.geojson
diff --git a/frontend/Resources/Assets/swedish_provinces.geojson b/frontend/src/Assets/swedish_provinces.geojson
similarity index 100%
rename from frontend/Resources/Assets/swedish_provinces.geojson
rename to frontend/src/Assets/swedish_provinces.geojson
diff --git a/frontend/Resources/Assets/swedish_regions.geojson b/frontend/src/Assets/swedish_regions.geojson
similarity index 100%
rename from frontend/Resources/Assets/swedish_regions.geojson
rename to frontend/src/Assets/swedish_regions.geojson
diff --git a/frontend/Resources/Assets/swedish_regions2.geojson b/frontend/src/Assets/swedish_regions2.geojson
similarity index 100%
rename from frontend/Resources/Assets/swedish_regions2.geojson
rename to frontend/src/Assets/swedish_regions2.geojson
diff --git a/frontend/Resources/Assets/tictactoe.html b/frontend/src/Assets/tictactoe.html
similarity index 100%
rename from frontend/Resources/Assets/tictactoe.html
rename to frontend/src/Assets/tictactoe.html
diff --git a/frontend/Resources/Components/Navbar/Navbar.js b/frontend/src/Components/Navbar/Navbar.js
similarity index 100%
rename from frontend/Resources/Components/Navbar/Navbar.js
rename to frontend/src/Components/Navbar/Navbar.js
diff --git a/frontend/Resources/css/Dashboard.css b/frontend/src/Css/Dashboard.css
similarity index 100%
rename from frontend/Resources/css/Dashboard.css
rename to frontend/src/Css/Dashboard.css
diff --git a/frontend/Resources/css/Form.css b/frontend/src/Css/Form.css
similarity index 100%
rename from frontend/Resources/css/Form.css
rename to frontend/src/Css/Form.css
diff --git a/frontend/Resources/css/Map.css b/frontend/src/Css/Map.css
similarity index 100%
rename from frontend/Resources/css/Map.css
rename to frontend/src/Css/Map.css
diff --git a/frontend/Resources/css/Navbar.css b/frontend/src/Css/Navbar.css
similarity index 100%
rename from frontend/Resources/css/Navbar.css
rename to frontend/src/Css/Navbar.css
diff --git a/frontend/Resources/css/SignForm.css b/frontend/src/Css/SignForm.css
similarity index 100%
rename from frontend/Resources/css/SignForm.css
rename to frontend/src/Css/SignForm.css
diff --git a/frontend/Resources/css/Visualiser.css b/frontend/src/Css/Visualiser.css
similarity index 100%
rename from frontend/Resources/css/Visualiser.css
rename to frontend/src/Css/Visualiser.css
diff --git a/frontend/Resources/css/index.css b/frontend/src/Css/index.css
similarity index 100%
rename from frontend/Resources/css/index.css
rename to frontend/src/Css/index.css
diff --git a/frontend/Resources/Pages/Dashboard/Barchart.jsx b/frontend/src/Pages/Dashboard/Barchart.jsx
similarity index 100%
rename from frontend/Resources/Pages/Dashboard/Barchart.jsx
rename to frontend/src/Pages/Dashboard/Barchart.jsx
diff --git a/frontend/Resources/Pages/Dashboard/Dashboard.jsx b/frontend/src/Pages/Dashboard/Dashboard.jsx
similarity index 100%
rename from frontend/Resources/Pages/Dashboard/Dashboard.jsx
rename to frontend/src/Pages/Dashboard/Dashboard.jsx
diff --git a/frontend/Resources/Pages/Dashboard/Map.jsx b/frontend/src/Pages/Dashboard/Map.jsx
similarity index 100%
rename from frontend/Resources/Pages/Dashboard/Map.jsx
rename to frontend/src/Pages/Dashboard/Map.jsx
diff --git a/frontend/Resources/Pages/Dashboard/Visualiser.jsx b/frontend/src/Pages/Dashboard/Visualiser.jsx
similarity index 100%
rename from frontend/Resources/Pages/Dashboard/Visualiser.jsx
rename to frontend/src/Pages/Dashboard/Visualiser.jsx
diff --git a/frontend/Resources/Pages/SignupSigninForms/Form.js b/frontend/src/Pages/SignupSigninForms/Form.js
similarity index 100%
rename from frontend/Resources/Pages/SignupSigninForms/Form.js
rename to frontend/src/Pages/SignupSigninForms/Form.js
diff --git a/frontend/Resources/Pages/SignupSigninForms/SignInForm.jsx b/frontend/src/Pages/SignupSigninForms/SignInForm.jsx
similarity index 100%
rename from frontend/Resources/Pages/SignupSigninForms/SignInForm.jsx
rename to frontend/src/Pages/SignupSigninForms/SignInForm.jsx
diff --git a/frontend/Resources/Pages/SignupSigninForms/SignUpForm.jsx b/frontend/src/Pages/SignupSigninForms/SignUpForm.jsx
similarity index 100%
rename from frontend/Resources/Pages/SignupSigninForms/SignUpForm.jsx
rename to frontend/src/Pages/SignupSigninForms/SignUpForm.jsx
diff --git a/frontend/Resources/index.js b/frontend/src/index.js
similarity index 100%
rename from frontend/Resources/index.js
rename to frontend/src/index.js