Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hyesungoh authored Sep 5, 2024
0 parents commit c8b628c
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @hyesungoh
2 changes: 2 additions & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
addReviewers: false
addAssignees: author
2 changes: 2 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
챕터_1:
- 챕터_1/*
5 changes: 5 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!--
PR 제목을 확인해 주세요!
`[이름] 챕터 n: 챕터 이름`
ex. [오혜성] 챕터 1: 리액트 개발을 위해 꼭 알아야 할 자바스크립트
-->
15 changes: 15 additions & 0 deletions .github/workflows/pr_labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Pull Request Labeler"

on:
- pull_request

jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.DS_Store

27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<img src="https://github.com/muhandojeon/Modern-React-Deep-Dive/assets/26461307/3137b976-cbb0-4dc5-ba6e-466d9a5f9ce3" alt="모던 리액트 딥 다이브" align="right" width="200" />

# 책 이름

책 설명

<br />
<br />
<br />
<br />
<br />
<br />

## 일정 📅

| 일정 | 목차 |
| :-------: | :---------------------------------: |
| 23.12.05 | 1장 리액트 개발을 위해 꼭 알아야 할 자바스크립트 |

## 진행 방식 🌌

* 스터디 세션 전에 주차에 해당하는 장을 읽고 정리한 내용을 PR로 올려요
* 스터디 세션에서 각자 아래 주제에 대해 공유해요
+ 중요하다고 생각한 내용
+ 경험적인 내용
+ 이해가 되지 않는 내용
* 각 장마다 정해진 서기가 공유 내용을 기록하고 저장소에 올려요

0 comments on commit c8b628c

Please sign in to comment.