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: Ekran Resmi 2022-12-06 21 01 22 Ekran Resmi 2022-12-06 21 02 16 + + + + + + #### Web Application: + + ***Login Page***: + - Code: [Login](https://github.com/bounswe/bounswe2022group5/blob/master/app/frontend/src/pages/Login/Login.js) + - UI: + Screenshot 2022-12-06 at 23 04 04 + + + ***Signup Page***: + - Code: [Signup](https://github.com/bounswe/bounswe2022group5/blob/master/app/frontend/src/pages/SignUp/SignUp.js) + - UI: + Screenshot 2022-12-06 at 23 04 23 + Screenshot 2022-12-06 at 23 04 30 + + + + ***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: + Screenshot 2022-12-06 at 23 05 27 + Screenshot 2022-12-06 at 23 05 49 + + + ***Profile Page***: + - Code: [Profile](https://github.com/bounswe/bounswe2022group5/blob/master/app/frontend/src/pages/Profile/Profile.js) + - UI: + Screenshot 2022-12-06 at 23 06 35 + + Screenshot 2022-12-06 at 23 17 14 + + + ***Activity History Section***: + - Code: [Activity History](https://github.com/bounswe/bounswe2022group5/blob/master/app/frontend/src/pages/Profile/Profile.js) + - UI: + Screenshot 2022-12-06 at 23 07 26 + + + ***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: + Screenshot 2022-12-06 at 23 07 52 + Screenshot 2022-12-06 at 23 18 01 + + ***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: + Screenshot 2022-12-06 at 23 12 53 + Screenshot 2022-12-06 at 23 17 45 + + + + + ***View Post Page***: + - Code: [View Post](https://github.com/bounswe/bounswe2022group5/blob/master/app/frontend/src/pages/Post/Post.js) + - UI: + Screenshot 2022-12-06 at 23 14 04 + + + ***View Article Page***: + - Code: [View Article](https://github.com/bounswe/bounswe2022group5/blob/master/app/frontend/src/pages/Article/Article.js) + - UI: + Screenshot 2022-12-06 at 23 14 40 + + + + ***Create Post Page***: + - Code: [Create Post](https://github.com/bounswe/bounswe2022group5/blob/master/app/frontend/src/pages/CreatePost/CreatePost.js) + - UI: + Screenshot 2022-12-06 at 23 15 53 + Screenshot 2022-12-06 at 23 16 14 + + + + ***Create Article Page***: + - Code: [Create Article](https://github.com/bounswe/bounswe2022group5/blob/master/app/frontend/src/pages/CreateArticle/CreateArticle.js) + - UI: + Screenshot 2022-12-06 at 23 16 45 + + + +