Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeonbinnn authored Sep 11, 2023
1 parent 36623fd commit dee1004
Showing 1 changed file with 28 additions and 11 deletions.
39 changes: 28 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
3. [ํ˜‘์—… ํ™˜๊ฒฝ](#3-ํ˜‘์—…-ํ™˜๊ฒฝ)
4. [์—ญํ•  ๋ถ„๋‹ด](#4-์—ญํ• -๋ถ„๋‹ด)
5. [ํ”„๋กœ์ ํŠธ ๊ตฌํ˜„](#5-ํ”„๋กœ์ ํŠธ-๊ตฌํ˜„)
6. [ํ•ต์‹ฌ ๊ธฐ์ˆ ](#6-ํ•ต์‹ฌ-๊ธฐ์ˆ )
7. [ํŠธ๋Ÿฌ๋ธ” ์ŠˆํŒ…](#7-ํŠธ๋Ÿฌ๋ธ”-์ŠˆํŒ…)
6. [ํŠธ๋Ÿฌ๋ธ” ์ŠˆํŒ…](#6-ํŠธ๋Ÿฌ๋ธ”-์ŠˆํŒ…)

<br>
<br>
Expand Down Expand Up @@ -165,12 +164,36 @@
<br>

### 3-2. ํ˜‘์—… ๋ฐฉ์‹
#### - ๊ณตํ†ต ์ด์Šˆ๋งŒ๋“ค๊ณ , ๊ณต์œ ํ•˜๊ณ  ์‹ถ์€ ๋ฌธ์ œ๊ฐ€ ์žˆ๋Š” ๊ฒฝ์šฐ ์ด์Šˆ๋กœ ์ž‘์„ฑํ•˜์—ฌ ๊ณต์œ ํ•˜๊ณ  ์ž‘์—…ํ•œ ์ด๋ ฅ ๋‚จ๊ธฐ๊ธฐ
![์Šคํฌ๋ฆฐ์ƒท 2023-09-11 201502](https://github.com/FRONTENDSCHOOL5/final-22-undefined/assets/117449788/592556da-3b53-43f4-a661-5940b9739ccd)
![์Šคํฌ๋ฆฐ์ƒท 2023-09-11 201351](https://github.com/FRONTENDSCHOOL5/final-22-undefined/assets/117449788/0c78bd9f-dd59-4201-bb1e-d1bf6cab52f0)

#### - `GitHub Project Board`๋ฅผ ์ด์šฉํ•œ ์ „์ฒด ์ง„๋„ ์ƒํ™ฉ ๊ณต์œ 
![์Šคํฌ๋ฆฐ์ƒท 2023-09-11 202111](https://github.com/FRONTENDSCHOOL5/final-22-undefined/assets/117449788/fd241f49-344c-4e56-9e2c-cd004f837ae4)

- ๊ณต์œ ํ•˜๊ณ  ์‹ถ์€ ๋ฌธ์ œ๊ฐ€ ์žˆ๋Š” ๊ฒฝ์šฐ ์ด์Šˆ๋กœ ์ž‘์„ฑํ•˜์—ฌ ๊ณต์œ ํ•˜๊ณ  ์ž‘์—…ํ•œ ์ด๋ ฅ ๋‚จ๊ธฐ๊ธฐ
- `GitHub Project Board`๋ฅผ ์ด์šฉํ•œ ์ „์ฒด ์ง„๋„ ์ƒํ™ฉ ๊ณต์œ 
- ๋‹ค๋ฅธ ํŒ€์› ์ฝ”๋“œ์˜ BUG ์ฐพ๋Š” ๊ฒฝ์šฐ ์ด์Šˆ ์ž‘์„ฑ ํ›„ `Assignees` ์ง€์ •
![์Šคํฌ๋ฆฐ์ƒท 2023-09-11 202412](https://github.com/FRONTENDSCHOOL5/final-22-undefined/assets/117449788/a951d26a-4bf9-441f-b308-e35c525289c2)

- `Common` ์ปดํฌ๋„ŒํŠธ ํด๋”๋ฅผ ๋”ฐ๋กœ ๊ด€๋ฆฌํ•˜์—ฌ ์ฝ”๋“œ ์žฌ์‚ฌ์šฉ์œจ ๋†’์ด๊ธฐ
![์Šคํฌ๋ฆฐ์ƒท 2023-09-11 203732](https://github.com/FRONTENDSCHOOL5/final-22-undefined/assets/117449788/f3552177-77f2-465d-8bb3-c84ef44beb6d)

- ํŽ˜์ด์ง€์˜ ๋””์ž์ธ์˜ ์ผ๊ด€์„ฑ๊ณผ ์‰ฌ์šด ์œ ์ง€๋ณด์ˆ˜๋ฅผ ์œ„ํ•ด **ThemeProvider**๋ฅผ ์‚ฌ์šฉ
```jsx
const colors = {
primary: '#374259',
secondary: '#b1b5bb',
third: '#F2D8D8',
gray: '#dbdbdb',
bgGray: '#f2f2f2',
txtColor: '#767676',
warning: '#FD7A6E',
white: '#fff',
};

const theme = { colors };

export default theme;
```

<br>
<br>
Expand Down Expand Up @@ -253,10 +276,4 @@
<br>
<br>


## 6. ํ•ต์‹ฌ ๊ธฐ์ˆ 

<br>
<br>

## 7. ํŠธ๋Ÿฌ๋ธ” ์ŠˆํŒ…
## 6. ํŠธ๋Ÿฌ๋ธ” ์ŠˆํŒ…

0 comments on commit dee1004

Please sign in to comment.