Skip to content

Commit

Permalink
Docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhyunm authored Sep 15, 2023
1 parent 18725b6 commit f57a6d9
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
# 📔 일기장
프로젝트 기간: 2023.8.28 ~ 2023.9.15
## 🍀 소개
>프로젝트 기간: 2023.8.28 ~ 2023.9.15
일기를 생성, 수정, 삭제할 수 있는 앱입니다. 현재 위치에 따라 오늘의 날씨 이모티콘이 함께 들어갑니다.

</br>

## 📖 목차
1. [🍀 소개](#1.)
2. [👨‍💻 팀원](#2.)
3. [📅 타임라인](#3.)
4. [👀 시각화된 프로젝트 구조](#4.)
5. [💻 실행 화면](#5.)
6. [🪄 핵심 경험](#6.)
7. [🧨 트러블 슈팅](#7.)
8. [📚 참고 링크](#8.)
1. [👨‍💻 팀원](#1.)
2. [📅 타임라인](#2.)
3. [👀 시각화된 프로젝트 구조](#3.)
4. [💻 실행 화면](#4.)
5. [🪄 핵심 경험](#5.)
6. [🧨 트러블 슈팅](#6.)
7. [📚 참고 링크](#7.)

</br>

<a id="1."></a></br>
## 🍀 소개
일기를 생성, 수정, 삭제할 수 있는 앱
</br>

<a id="2."></a></br>
## 👨‍💻 팀원
| Max | hamg |
| :--------: | :--------: |
Expand All @@ -28,7 +27,7 @@

</br>

<a id="3."></a></br>
<a id="2."></a></br>
## 📅 타임라인
|날짜|내용|
|:--:|--|
Expand All @@ -45,7 +44,7 @@

</br>

<a id="4."></a></br>
<a id="3."></a></br>
## 👀 시각화된 프로젝트 구조
### FileTree
├── Diary
Expand Down Expand Up @@ -90,16 +89,17 @@

</br>

<a id="5."></a></br>
<a id="4."></a></br>
## 💻 실행 화면

| 작동화면 |
|:--:|
|<img src="https://hackmd.io/_uploads/H1kYxge1T.gif" width="300"/>|
| 새 일기 작성 | 일기 수정 | 일기 공유 | 일기 삭제 |
|:--:|:--:|:--:|:--:|
|<img src="https://hackmd.io/_uploads/rJ_15vbJ6.gif" width="200"/>|<img src="https://hackmd.io/_uploads/Bk_kqvbkT.gif" width="200"/>|<img src="https://hackmd.io/_uploads/H1d1qDWJT.gif" width="200"/>|<img src="https://hackmd.io/_uploads/B1_k5vZ1a.gif" width="200"/>|


</br>

<a id="6."></a></br>
<a id="5."></a></br>
## 🪄 핵심 경험
#### 🌟 CoreData를 활용한 데이터 저장
일기 데이터를 위한 저장소로 CoreData를 활용하였습니다.
Expand All @@ -118,7 +118,7 @@ Alert, Swipe 등 별개의 작업으로 분리할 수 있는 내용들은 Protoc

</br>

<a id="7."></a></br>
<a id="6."></a></br>
## 🧨 트러블 슈팅

### 1️⃣ **반복적인 날짜 포매팅 처리**
Expand Down Expand Up @@ -297,7 +297,7 @@ Custom Location을 활용하여 정상적으로 테스트를 진행할 수 있
</br>


<a id="8."></a></br>
<a id="7."></a></br>
## 📚 참고 링크

- [Apple Docs: Adaptivity and Layout](https://developer.apple.com/design/human-interface-guidelines/layout)
Expand Down

0 comments on commit f57a6d9

Please sign in to comment.