diff --git a/frontend/config.js b/frontend/config.js
index 6bddaef06d6998c307afdccaa1807b0bd9e18ae1..f6674e721317bb520fdf300723c23b203c016686 100644
--- a/frontend/config.js
+++ b/frontend/config.js
@@ -1,7 +1,7 @@
 // Environment Variables
 var host = "http://192.168.1.5"
 var backendPort = "8081"
-var frontendPort = "3000"
+var frontendPort = "80"
 // For development
 export const backendURL =  host + ":" + backendPort
 export const frontendURL = host + ":" + frontendPort
\ No newline at end of file
diff --git a/screenshots/config.png b/screenshots/config.png
new file mode 100644
index 0000000000000000000000000000000000000000..d4eaacb9caf3ae84b08d6ff98d8586b10caaf5c3
Binary files /dev/null and b/screenshots/config.png differ
diff --git a/screenshots/label.png b/screenshots/label.png
new file mode 100644
index 0000000000000000000000000000000000000000..baaa7c1c1b144b6a2f4996599d665d48f0b56318
Binary files /dev/null and b/screenshots/label.png differ
diff --git a/screenshots/login.png b/screenshots/login.png
new file mode 100644
index 0000000000000000000000000000000000000000..e8917ad8bcf0056f3d0f758da8c7c938d802fdc7
Binary files /dev/null and b/screenshots/login.png differ