diff --git a/.idea/misc.xml b/.idea/misc.xml
index 804c13b..24228af 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -17,27 +17,32 @@
+
+
-
+
+
-
+
-
+
+
+
diff --git a/README.md b/README.md
index 3b1ccab..0bd8250 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,42 @@
-# Front-End
-Front-End
+
+## ⏰ 타임튜닝을 소개합니다!
+
+
+
+## 서비스 소개
+
+
+
+> 사람들간의 일정조율을 편리하게 해주는 서비스입니다.
+
+
+
+
+
+> 지금까지 했던 팀프로젝트, 스터디에서 다른 팀원들과의 시간조율을 위해 시간과 에너지를 소모해본 기억이 있으신가요? 시중에는 “개인의 일정관리” 어플은 많지만 여러 사람들이 공통적으로 가능한 시간을 찾아주는 일정조율 어플은 찾기 어렵습니다. 팀원이 많으면 많을수록 일정조율에 더 많은 시간을 소모하게 되는 어려움을 일정조율 어플을 통해 해결하고자 합니다.
+
+
+
+
+
+## 주요 기능
+
+### 😀 공통일정을 잡아야하는 기간을 설정한 후 팀원 각각 본인이 참여가능한 시간을 입력하면 시스템에서 모두가 가능한 시간들을 알려준다.
+
+- 공통일정(스터디, 회의)을 잡아야하는 기간설정
+
+- 날짜별로 각자 본인이 가능한 시간 표시
+
+- 최종적으로 시스템에서 모두가 겹치는 날짜, 시간 결과를 알려준다
+
+
+
+## 주요 기술스택
+- Android(java)
+
+## 👪 fontend 팀원 소개
+
+- 김민지
+- 신미림
+
+
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 4ac24b8..1861584 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -2,6 +2,16 @@
+
+
+
+
+
+
+
-
-
-
-
+ android:exported="false">
+
+
+
+
+
diff --git a/app/src/main/java/com/kmj/timetuning_hackathon/MyPageFragment.kt b/app/src/main/java/com/kmj/timetuning_hackathon/MyPageFragment.kt
index 98add05..1073afd 100644
--- a/app/src/main/java/com/kmj/timetuning_hackathon/MyPageFragment.kt
+++ b/app/src/main/java/com/kmj/timetuning_hackathon/MyPageFragment.kt
@@ -1,19 +1,47 @@
package com.kmj.timetuning_hackathon
+import android.app.Activity
+import android.app.AlertDialog
+import android.content.ContentResolver
+import android.content.Intent
+import android.content.pm.PackageManager
+import android.graphics.Bitmap
+import android.net.Uri
import android.os.Bundle
+import android.provider.MediaStore
+import android.util.Log
import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
+import android.widget.ImageView
+import android.widget.Toast
+import androidx.core.content.ContextCompat
import androidx.fragment.app.Fragment
+import kotlinx.android.synthetic.main.fragment_mypage.*
+import java.io.File
+import java.lang.Exception
class MyPageFragment : Fragment(){
+
+
+
+
+
+
override fun onCreateView(
inflater: LayoutInflater, container: ViewGroup?,
savedInstanceState: Bundle?
+
+
+
+
+
): View? {
// Inflate the layout for this fragment
return inflater.inflate(R.layout.fragment_mypage, container, false)
}
+
+
}
\ No newline at end of file
diff --git a/app/src/main/res/drawable/mypage_profile.png b/app/src/main/res/drawable/mypage_profile.png
new file mode 100644
index 0000000..6bcdcaf
Binary files /dev/null and b/app/src/main/res/drawable/mypage_profile.png differ
diff --git a/app/src/main/res/layout/fragment_mypage.xml b/app/src/main/res/layout/fragment_mypage.xml
index 4941635..8e1f4ac 100644
--- a/app/src/main/res/layout/fragment_mypage.xml
+++ b/app/src/main/res/layout/fragment_mypage.xml
@@ -1,14 +1,129 @@
+ android:background="@color/mainBackgroundColor"
+ tools:context=".UpdatePlanFragment">
-
+ android:layout_height="60dp"
+ android:background="#FFFFFF"
+ app:layout_constraintTop_toTopOf="parent">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
\ No newline at end of file
+