Skip to content

[Chore] README 작성#93

Merged
dioo1461 merged 1 commit intodevfrom
chore/update-readme
Mar 6, 2026
Merged

[Chore] README 작성#93
dioo1461 merged 1 commit intodevfrom
chore/update-readme

Conversation

@dioo1461
Copy link
Copy Markdown
Collaborator

@dioo1461 dioo1461 commented Mar 6, 2026

  • close #

✨ 구현 기능 명세

✅ PR Point

😭 어려웠던 점

@dioo1461 dioo1461 requested a review from Copilot March 6, 2026 10:46
@dioo1461 dioo1461 self-assigned this Mar 6, 2026
@dioo1461 dioo1461 added the 📝 docs 개발 문서 작성 label Mar 6, 2026
@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

이 PR은 기존의 일반적인 React Native 프로젝트 README를 StudyPals 애플리케이션의 목적, 기능, 기술 스택 및 사용 방법을 명확하게 설명하는 포괄적인 문서로 대체하여, 새로운 사용자나 기여자들에게 프로젝트에 대한 빠르고 깊이 있는 이해를 제공하는 것을 목표로 합니다.

Highlights

  • README.md 업데이트: 기존의 React Native 보일러플레이트 README를 StudyPals 프로젝트에 대한 상세한 소개 문서로 전면 교체했습니다.
  • 프로젝트 개요 및 주요 기능 추가: StudyPals의 개요, 친구들과 함께 공부하며 성장 기록을 남기는 서비스의 목적, 크로스 플랫폼 지원 (모바일 및 데스크톱 데모 포함), 그리고 회원가입, 학습 목표 설정, 학습 기록, 학습 통계, 스터디 그룹, 실시간 그룹 채팅, 언어 설정 등 주요 기능에 대한 상세 설명을 추가했습니다.
  • 기술 스택 및 문서 링크 포함: 프로젝트에 사용된 프론트엔드 기술 스택을 명시하고, 기술 문서(Wiki) 및 전체 화면 스크린샷 명세로 연결되는 링크를 추가하여 프로젝트 이해도를 높였습니다.
Changelog
  • README.md
    • 기존 React Native 보일러플레이트 내용을 모두 제거했습니다.
    • StudyPals 프로젝트의 개요, 목표, 주요 기능 설명을 추가했습니다.
    • 모바일 및 데스크톱 플랫폼별 데모 이미지와 영상 링크를 포함했습니다.
    • 회원가입, 학습 목표, 학습 기록, 학습 통계, 스터디 그룹, 실시간 채팅, 언어 설정 등 핵심 기능별 상세 설명과 스크린샷을 추가했습니다.
    • 사용된 기술 스택 목록을 정리하여 추가했습니다.
    • 프로젝트의 기술 문서(Wiki) 및 전체 화면 스크린샷 명세로 연결되는 링크를 추가했습니다.
Activity
  • 현재까지 기록된 활동은 없습니다.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@dioo1461 dioo1461 merged commit 4bff08b into dev Mar 6, 2026
3 checks passed
@dioo1461 dioo1461 deleted the chore/update-readme branch March 6, 2026 10:46
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR replaces the default React Native CLI-generated README.md with a project-specific README for the StudyPals app — a cross-platform (Android, iOS, macOS, Windows) study tracking application.

Changes:

  • Removed the boilerplate React Native setup/getting-started content
  • Added a comprehensive Korean-language README covering project overview, key features (signup, study goals, study records, statistics, group study, chat, language settings), tech stack, and links to the Wiki and screenshots

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +33 to +138
# ✨ 주요 기능

# OR using Yarn
yarn android
```
## 👋 서비스 가입하기

### iOS
아이디와 비밀번호 기반으로 계정을 생성하고, 자신의 프로필을 설정할 수 있습니다.

For iOS, remember to install CocoaPods dependencies (this only needs to be run on first clone or after updating native deps).
| 회원가입 Flow |
|--------|
| ![signup](https://github.com/user-attachments/assets/d5f14437-437c-405f-90c3-da70905a6da9) |

The first time you create a new project, run the Ruby bundler to install CocoaPods itself:
## 🏃‍♂️ 학습 목표 설정하기

```sh
bundle install
```
사용자는 목표 시간과 수행 요일을 설정하여 학습 목표를 관리할 수 있습니다. **목표 시간**과 **목표를 수행할 요일**을 지정하여 구체적인 학습 계획 수립이 가능합니다.

Then, and every time you update your native dependencies, run:
| 목표 생성 | 목표 수정 | 목표 삭제 |
|--------|------|--------|
| ![create_category_1](https://github.com/user-attachments/assets/d5e9b606-d9cb-4b8c-aa25-50318270b7e5) | ![category_edit_2](https://github.com/user-attachments/assets/801d31f5-3985-4e59-b69e-5ad249b3d6f3) | ![category_delete_3](https://github.com/user-attachments/assets/2a3adead-fd14-450d-9450-9ab574981005) |

```sh
bundle exec pod install
```
## 📝 학습 기록 남기기

For more information, please visit [CocoaPods Getting Started guide](https://guides.cocoapods.org/using/getting-started.html).
공부 시작과 종료 시간을 기록하여 학습 시간을 관리할 수 있습니다.

```sh
# Using npm
npm run ios
| 학습 시작 / 종료 |
|--------|
| ![start_end_study](https://github.com/user-attachments/assets/513d900a-f818-4c9b-a5bc-aa50d6b94d23) |

# OR using Yarn
yarn ios
```
- 타이머 기반 학습 기록 기능
- 학습 세션 단위 공부 시간 저장

If everything is set up correctly, you should see your new app running in the Android Emulator, iOS Simulator, or your connected device.
---

This is one way to run your app — you can also build it directly from Android Studio or Xcode.
## 📊 학습 통계

## Step 3: Modify your app
사용자의 학습 기록을 캘린더 형태로 한 눈에 확인할 수 있습니다.

Now that you have successfully run the app, let's make changes!
| 학습 통계 화면 | 히트맵 시각화 예시(더미 데이터) |
|--------|------|
| <img width="300" height="660" alt="image" src="https://github.com/user-attachments/assets/864e9f38-b82c-4379-92e5-bf34bba6d24c" /> | <img width="300" height="660" alt="image" src="https://github.com/user-attachments/assets/96d8aba7-1c28-4074-9aab-5efd658d7fa9" /> |

Open `App.tsx` in your text editor of choice and make some changes. When you save, your app will automatically update and reflect these changes — this is powered by [Fast Refresh](https://reactnative.dev/docs/fast-refresh).

When you want to forcefully reload, for example to reset the state of your app, you can perform a full reload:
- 월별 최소 / 최대 공부 시간을 기준으로 **컬러 스케일 기반 히트맵 시각화**
- 날짜별 학습량을 직관적으로 파악할 수 있는 **캘린더 UI**

- **Android**: Press the <kbd>R</kbd> key twice or select **"Reload"** from the **Dev Menu**, accessed via <kbd>Ctrl</kbd> + <kbd>M</kbd> (Windows/Linux) or <kbd>Cmd ⌘</kbd> + <kbd>M</kbd> (macOS).
- **iOS**: Press <kbd>R</kbd> in iOS Simulator.
---

## Congratulations! :tada:
## 👥 스터디 그룹

You've successfully run and modified your React Native App. :partying_face:
스터디 그룹을 생성하고, 공유 목표를 설정하여 함께 공부할 수 있습니다.

### Now what?
| 그룹 생성 | 그룹 목표 생성 |
|--------|------|
| ![create_group_1](https://github.com/user-attachments/assets/9cf800bf-1c28-47ca-a937-32c6a7b60456) | ![create_group_category_2](https://github.com/user-attachments/assets/bdeed817-d726-4c1b-a2aa-639484dc90b3) |

- If you want to add this new React Native code to an existing application, check out the [Integration guide](https://reactnative.dev/docs/integration-with-existing-apps).
- If you're curious to learn more about React Native, check out the [docs](https://reactnative.dev/docs/getting-started).
- 그룹 단위 학습 관리
- 디바이스별 그룹 색상 커스터마이징

# Troubleshooting
---

If you're having issues getting the above steps to work, see the [Troubleshooting](https://reactnative.dev/docs/troubleshooting) page.
## 💬 실시간 그룹 채팅

# Learn More
스터디 그룹 내에서 **실시간 채팅**을 통해 대화를 주고받을 수 있습니다.

To learn more about React Native, take a look at the following resources:
| 그룹 채팅 |
|--------|
| <img width="300" height="660" alt="image" src="https://github.com/user-attachments/assets/0b883968-6617-456b-92a6-fcfb1f5d8c23" /> |

- [React Native Website](https://reactnative.dev) - learn more about React Native.
- [Getting Started](https://reactnative.dev/docs/environment-setup) - an **overview** of React Native and how setup your environment.
- [Learn the Basics](https://reactnative.dev/docs/getting-started) - a **guided tour** of the React Native **basics**.
- [Blog](https://reactnative.dev/blog) - read the latest official React Native **Blog** posts.
- [`@facebook/react-native`](https://github.com/facebook/react-native) - the Open Source; GitHub **repository** for React Native.
- STOMP 기반 WebSocket 통신
- SSE 기반 메시지 수신으로 채팅 안읽음 개수 실시간 반영
- 무한 스크롤 기반 단계적 렌더링으로 메모리 사용 최적화
- 수신한 채팅은 로컬 스토리지에 캐싱하여 네트워크 비용 절감

---

## 🔠 언어 설정

앱 내에서 언어를 설정할 수 있습니다.

| 언어 설정 |
|--------|
| ![change_lang](https://github.com/user-attachments/assets/c6fb965b-ea19-45da-b66a-2944dca86ac0) |

- `react-i18next` 라이브러리를 사용하여 구현

# 🛠 기술 스택

| 구분 | 기술 |
|---|---|
| **프론트엔드** | React Native, TypeScript |
| **내비게이션** | React Navigation |
| **로컬 데이터 관리** | AsyncStorage, EncryptedStorage, SQLite |
| **상태 관리** | TanStack Query, Zustand |
| **실시간 통신** | STOMP, SSE |
| **외부 데이터 검증** | Zod, React Hook Form |
| **코드푸시** | Hot Updater |

---

# 📖 기술 문서

프로젝트의 기술적인 설계와 구현 과정은 **Wiki**에서 확인할 수 있습니다.

[👉 **Wiki 바로가기**](https://github.com/study-pals/frontend-wiki/wiki)

---

# 📷 Screenshots
Copy link

Copilot AI Mar 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The document contains multiple # (h1) level headings: # 📚 StudyPals (line 1), # ✨ 주요 기능 (line 33), # 🛠 기술 스택 (line 116), # 📖 기술 문서 (line 130), and # 📷 Screenshots (line 138). In a well-structured document, there should typically be only one h1 heading (the document title). The major sections like ✨ 주요 기능, 🛠 기술 스택, 📖 기술 문서, and 📷 Screenshots should be h2 (##) to keep a consistent hierarchy. This also makes the ## 개요, ## 크로스 플랫폼 애플리케이션, etc. sections consistent with them.

Copilot uses AI. Check for mistakes.
Comment on lines +28 to +31
| Windows | MacOS |
|--------|------|
| ![Windows](https://github.com/user-attachments/assets/433440a1-db70-4d0e-9a87-2df409c8e4e1) | ![MacOS](https://github.com/user-attachments/assets/84ffa68b-7fb3-4303-b116-634317532bcd) |
| [Windows 영상 원본](https://github.com/user-attachments/assets/9d04d551-084b-4b7a-bdac-eed73f024ab1) | [MacOS 영상 원본](https://github.com/user-attachments/assets/2faaa132-b3e0-40be-8e68-bc96bd009be5) |
Copy link

Copilot AI Mar 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The document uses inconsistent capitalization for Apple's operating system name. Lines 5 and 17 correctly use "macOS" (Apple's official branding), but the Desktop Demo table on lines 28–31 uses "MacOS" instead. This should be changed to "macOS" to match both Apple's official branding and the rest of the document.

Suggested change
| Windows | MacOS |
|--------|------|
| ![Windows](https://github.com/user-attachments/assets/433440a1-db70-4d0e-9a87-2df409c8e4e1) | ![MacOS](https://github.com/user-attachments/assets/84ffa68b-7fb3-4303-b116-634317532bcd) |
| [Windows 영상 원본](https://github.com/user-attachments/assets/9d04d551-084b-4b7a-bdac-eed73f024ab1) | [MacOS 영상 원본](https://github.com/user-attachments/assets/2faaa132-b3e0-40be-8e68-bc96bd009be5) |
| Windows | macOS |
|--------|------|
| ![Windows](https://github.com/user-attachments/assets/433440a1-db70-4d0e-9a87-2df409c8e4e1) | ![macOS](https://github.com/user-attachments/assets/84ffa68b-7fb3-4303-b116-634317532bcd) |
| [Windows 영상 원본](https://github.com/user-attachments/assets/9d04d551-084b-4b7a-bdac-eed73f024ab1) | [macOS 영상 원본](https://github.com/user-attachments/assets/2faaa132-b3e0-40be-8e68-bc96bd009be5) |

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

이 PR은 프로젝트의 README.md 파일을 기본 템플릿에서 프로젝트의 상세 설명으로 업데이트합니다. README는 프로젝트 개요, 주요 기능, 기술 스택 등을 포함하도록 변경되었습니다. 문서의 링크 중 하나에 오타로 보이는 부분이 있어 수정을 제안합니다.

Note: Security Review has been skipped due to the limited scope of the PR.


# 📷 Screenshots

[👉 **모든 화면에 대한 명세 바로가기**](https://github.com/study-pals/frontend-wiki/wiki/%ED%94%84%EB%A1%A0%ED%8A%B8%EC%97%94%EB%93%9C-%EC%A7%84%ED%96%89%EC%83%81%ED%99%A9-(-26.02.25-))
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

링크에 포함된 날짜에 오타가 있는 것 같습니다. 26.02.25로 되어 있는데, 이는 미래의 날짜입니다. 아마도 24.02.25의 오타인 것으로 보입니다. 확인 후 링크를 수정하는 것을 권장합니다.

Suggested change
[👉 **모든 화면에 대한 명세 바로가기**](https://github.com/study-pals/frontend-wiki/wiki/%ED%94%84%EB%A1%A0%ED%8A%B8%EC%97%94%EB%93%9C-%EC%A7%84%ED%96%89%EC%83%81%ED%99%A9-(-26.02.25-))
[👉 **모든 화면에 대한 명세 바로가기**](https://github.com/study-pals/frontend-wiki/wiki/%ED%94%84%EB%A1%A0%ED%8A%B8%EC%97%94%EB%93%9C-%EC%A7%84%ED%96%89%EC%83%81%ED%99%A9-(-24.02.25-))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📝 docs 개발 문서 작성

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants