Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
oU-Ua authored Jul 28, 2024
2 parents 9b00918 + aa94d15 commit 589ab6a
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 1 deletion.
45 changes: 45 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,46 @@
# 당신에게 글을 맞추어 드립니다, **글맞춤**

![표지](https://github.com/user-attachments/assets/1d96c1cb-5545-46a7-bb59-8545de359d53)


## 💡 **글맞춤** (GEULMATCHUM) **바로가기**
---
> ## **글맞춤**
>
>세상의 모든 글을 **읽기 쉽게 만들어 주는 도서관**



        [글맞춤 프로토타입 바로가기](https://easy-read-fe.vercel.app/ )

        [글맞춤 프론트엔드 Repository](https://github.com/easy-lead/easy-lead-fe)

        [글맞춤 AI Repository](https://github.com/easy-lead/easy-lead-ai)

## 🎨 **Design**

### UI

![Group 427323095](https://github.com/user-attachments/assets/49dba9e2-84c5-42ee-b9c6-2349b7a6a0b3)

<br>

- 발달장애인을 위해 **공감과 온기**를 전달할 수 있는 따뜻한 색을 선택했어요.
- **색약·색맹**에게도 색 구분이 가능한 [색 조합](https://www.komododigital.co.uk/insights/inclusive-design-colour-accessibility/)을 사용해, 접근성을 높였어요.
- 서체는 **고령층과 저시력인, 발달장애인**까지 아우르는 유니버셜 서체, [KoddiUD 온고딕 서체](https://www.koddi.or.kr/ud/sub1_2)를 사용했어요.

### Chractor

글맞춤 마스코트 캐릭터
**다독이**

![Group 427323095 (1)](https://github.com/user-attachments/assets/2e527763-be4c-49b3-b34b-b063008a2c72)


- 다독이는 안내견으로도 많이 보이는 '천사견' 골든 리트리버예요.

- 사용자의 눈높이에 맞게 글을 맞춰주는 글맞춤 서비스를
더 재미있고 친근하게 사용할 수 있게 도와주는 역할을 해줄 거예요.

## 🛠 **Tech Stack**
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,9 @@ public ResponseDTO getImage(String keyword) throws JsonProcessingException {
HttpRequest request = gptService.requestGPTImage(keyword);
return gptConverter.toResponseDTO(gptService.responseDalle(request));
}

public ResponseDTO getImage(String keyword) throws JsonProcessingException {
HttpRequest request = gptService.requestGPTImage(keyword);
return gptConverter.toResponseDTO(gptService.responseDalle(request));
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -295,5 +295,4 @@ public String responseDalle(HttpRequest request) throws JsonProcessingException

}


}

0 comments on commit 589ab6a

Please sign in to comment.