From d58d4519bea16e8e000c764ad62e0ffbf54e7fd9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Yavuz=20Samet=20Top=C3=A7uo=C4=9Flu?=
<73655554+yavuuzsameet@users.noreply.github.com>
Date: Tue, 6 Dec 2022 23:47:55 +0300
Subject: [PATCH] web application screenshots and source code links
---
.../CMPE451_Milestone_2/M2_Report_Group5.md | 90 +++++++++++++++++++
1 file changed, 90 insertions(+)
diff --git a/deliverables/CMPE451_Milestone_2/M2_Report_Group5.md b/deliverables/CMPE451_Milestone_2/M2_Report_Group5.md
index 2044f20e..d4ffefa1 100644
--- a/deliverables/CMPE451_Milestone_2/M2_Report_Group5.md
+++ b/deliverables/CMPE451_Milestone_2/M2_Report_Group5.md
@@ -108,6 +108,96 @@
- UI:
+
+
+
+
+
+ #### Web Application:
+
+ ***Login Page***:
+ - Code: [Login](https://github.com/bounswe/bounswe2022group5/blob/master/app/frontend/src/pages/Login/Login.js)
+ - UI:
+
+
+
+ ***Signup Page***:
+ - Code: [Signup](https://github.com/bounswe/bounswe2022group5/blob/master/app/frontend/src/pages/SignUp/SignUp.js)
+ - UI:
+
+
+
+
+
+ ***Home Page***:
+ - Code: [Home](https://github.com/bounswe/bounswe2022group5/blob/master/app/frontend/src/layouts/HomePage/HomePage.js)
+ and [Navigation Bar](https://github.com/bounswe/bounswe2022group5/blob/master/app/frontend/src/layouts/NavBar/NavBar.js)
+ with [Post cards](https://github.com/bounswe/bounswe2022group5/blob/master/app/frontend/src/layouts/Forum/Forum.js) and [Article cards](https://github.com/bounswe/bounswe2022group5/blob/master/app/frontend/src/layouts/Article/Article.js)
+ - UI:
+
+
+
+
+ ***Profile Page***:
+ - Code: [Profile](https://github.com/bounswe/bounswe2022group5/blob/master/app/frontend/src/pages/Profile/Profile.js)
+ - UI:
+
+
+
+
+
+ ***Activity History Section***:
+ - Code: [Activity History](https://github.com/bounswe/bounswe2022group5/blob/master/app/frontend/src/pages/Profile/Profile.js)
+ - UI:
+
+
+
+ ***Edit Profile Info Page***:
+ - Code: [Edit Info](https://github.com/bounswe/bounswe2022group5/blob/master/app/frontend/src/pages/Profile/Profile.js)
+ with [Popup](https://github.com/bounswe/bounswe2022group5/blob/master/app/frontend/src/components/Popup/Popup.js)
+ - UI:
+
+
+
+ ***Edit Profile Picture or Avatar Page***:
+ - Code: [Edit Profile Picture](https://github.com/bounswe/bounswe2022group5/blob/master/app/frontend/src/pages/Profile/Profile.js)
+ with [Popup](https://github.com/bounswe/bounswe2022group5/blob/master/app/frontend/src/components/Popup/Popup.js)
+ - UI:
+
+
+
+
+
+
+ ***View Post Page***:
+ - Code: [View Post](https://github.com/bounswe/bounswe2022group5/blob/master/app/frontend/src/pages/Post/Post.js)
+ - UI:
+
+
+
+ ***View Article Page***:
+ - Code: [View Article](https://github.com/bounswe/bounswe2022group5/blob/master/app/frontend/src/pages/Article/Article.js)
+ - UI:
+
+
+
+
+ ***Create Post Page***:
+ - Code: [Create Post](https://github.com/bounswe/bounswe2022group5/blob/master/app/frontend/src/pages/CreatePost/CreatePost.js)
+ - UI:
+
+
+
+
+
+ ***Create Article Page***:
+ - Code: [Create Article](https://github.com/bounswe/bounswe2022group5/blob/master/app/frontend/src/pages/CreateArticle/CreateArticle.js)
+ - UI:
+
+
+
+
+