diff --git a/README.md b/README.md
index 3e2c3f8..2b03b3b 100644
--- a/README.md
+++ b/README.md
@@ -1,97 +1,140 @@
-This is a new [**React Native**](https://reactnative.dev) project, bootstrapped using [`@react-native-community/cli`](https://github.com/react-native-community/cli).
+# π StudyPals
-# Getting Started
+## π κ°μ
+- νμ΅ μκ°μ κΈ°λ‘νκ³ κ΄λ¦¬ν μ μλ ν¬λ‘μ€ νλ«νΌ μ ν리μΌμ΄μ
+- React Native κΈ°λ° (Android / iOS / macOS / Windows μ§μ)
+- STOMP + SSE κΈ°λ° μ€μκ° κ·Έλ£Ή μ±ν
+- SQLite κΈ°λ° λ‘컬 λ°μ΄ν° μΊμ± λ° μ€νλΌμΈ λμ
-> **Note**: Make sure you have completed the [Set Up Your Environment](https://reactnative.dev/docs/set-up-your-environment) guide before proceeding.
+## π μΉκ΅¬λ€κ³Ό ν¨κ» 곡λΆνλ©° μ±μ₯ κΈ°λ‘ λ¨κΈ°κΈ°
-## Step 1: Start Metro
+νΌμ 곡λΆν λλ λͺ©νλ₯Ό κΎΈμ€ν μ μ§νκΈ° μ΄λ ΅κ³ , μ€ν°λλ₯Ό νλλΌλ μλ‘μ νμ΅λμ νμΈνκΈ° μ΄λ €μ΄ κ²½μ°κ° λ§μ΅λλ€.
-First, you will need to run **Metro**, the JavaScript build tool for React Native.
+StudyPalsλ μ΄λ¬ν λ¬Έμ μν©μμ μ°©μνμ¬ **νμ΅ κΈ°λ‘μ μκ°ν**νκ³ , **μ€ν°λ κ·Έλ£Ή λ¨μμ 곡λ λͺ©νλ₯Ό μ€μ νμ¬ ν¨κ» 곡λΆνλ©° λκΈ°λΆμ¬**λ₯Ό λ°μ μ μλλ‘ μ€κ³λ μλΉμ€μ
λλ€.
-To start the Metro dev server, run the following command from the root of your React Native project:
+## π ν¬λ‘μ€ νλ«νΌ μ ν리μΌμ΄μ
-```sh
-# Using npm
-npm start
+StudyPalsλ **Android, iOS, macOS, Windows** νκ²½μμ λμνλ **ν¬λ‘μ€ νλ«νΌ μ ν리μΌμ΄μ
**μ
λλ€.
-# OR using Yarn
-yarn start
-```
+### π± Mobile Demo
-## Step 2: Build and run your app
+| Android | iOS |
+|--------|------|
+| |  |
+| [Android μμ μλ³Έ](https://github.com/user-attachments/assets/ca288215-a813-49e4-ac1f-66b5bf950380) | [iOS μμ μλ³Έ](https://github.com/user-attachments/assets/90912110-1029-4611-add2-0162b543fa1f) |
-With Metro running, open a new terminal window/pane from the root of your React Native project, and use one of the following commands to build and run your Android or iOS app:
+### π₯οΈ Desktop Demo
-### Android
+| Windows | MacOS |
+|--------|------|
+|  |  |
+| [Windows μμ μλ³Έ](https://github.com/user-attachments/assets/9d04d551-084b-4b7a-bdac-eed73f024ab1) | [MacOS μμ μλ³Έ](https://github.com/user-attachments/assets/2faaa132-b3e0-40be-8e68-bc96bd009be5) |
-```sh
-# Using npm
-npm run android
+# β¨ μ£Όμ κΈ°λ₯
-# 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 |
+|--------|
+|  |
-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:
+| λͺ©ν μμ± | λͺ©ν μμ | λͺ©ν μμ |
+|--------|------|--------|
+|  |  |  |
-```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
+| νμ΅ μμ / μ’
λ£ |
+|--------|
+|  |
-# 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!
+| νμ΅ ν΅κ³ νλ©΄ | ννΈλ§΅ μκ°ν μμ(λλ―Έ λ°μ΄ν°) |
+|--------|------|
+|
|
|
-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 R key twice or select **"Reload"** from the **Dev Menu**, accessed via Ctrl + M (Windows/Linux) or Cmd β + M (macOS).
-- **iOS**: Press R in iOS Simulator.
+---
-## Congratulations! :tada:
+## π₯ μ€ν°λ κ·Έλ£Ή
-You've successfully run and modified your React Native App. :partying_face:
+μ€ν°λ κ·Έλ£Ήμ μμ±νκ³ , 곡μ λͺ©νλ₯Ό μ€μ νμ¬ ν¨κ» 곡λΆν μ μμ΅λλ€.
-### Now what?
+| κ·Έλ£Ή μμ± | κ·Έλ£Ή λͺ©ν μμ± |
+|--------|------|
+|  |  |
-- 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:
+| κ·Έλ£Ή μ±ν
|
+|--------|
+|
|
-- [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 κΈ°λ° λ©μμ§ μμ μΌλ‘ μ±ν
μμ½μ κ°μ μ€μκ° λ°μ
+- 무ν μ€ν¬λ‘€ κΈ°λ° λ¨κ³μ λ λλ§μΌλ‘ λ©λͺ¨λ¦¬ μ¬μ© μ΅μ ν
+- μμ ν μ±ν
μ λ‘컬 μ€ν 리μ§μ μΊμ±νμ¬ λ€νΈμν¬ λΉμ© μ κ°
+
+---
+
+## π μΈμ΄ μ€μ
+
+μ± λ΄μμ μΈμ΄λ₯Ό μ€μ ν μ μμ΅λλ€.
+
+| μΈμ΄ μ€μ |
+|--------|
+|  |
+
+- `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
+
+[π **λͺ¨λ νλ©΄μ λν λͺ
μΈ λ°λ‘κ°κΈ°**](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-))