Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
17 changes: 4 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
# LeeJuhee
<img src="https://user-images.githubusercontent.com/93020734/224777742-97b438df-9d86-4d46-b880-7b039a54bacc.png" width = "600" height="300"/>
# 📌 Week 3 과제

## 💫 FRONTEND 과제
## reactstrap 실습

|**week**|학습내용|학습정리|과제주제|과제링크|
|:---:|:---:|:---:|:---:|:---:|
|1주차|1.React.js 시작하기 ~ 2.React.js 기초 다지기(ch.01 ~ ch.20)|[1장 정리](https://velog.io/@049494/1-React.js-%EC%8B%9C%EC%9E%91%ED%95%98%EA%B8%B0), [2장 정리](https://velog.io/@049494/2-React.js-%EA%B8%B0%EC%B4%88-%EB%8B%A4%EC%A7%80%EA%B8%B0)|props,lifecycle|https://github.com/Coding-Stage-Web/LeeJuhee/tree/week1|
|2주차|2.React.js 기초 다지기(ch.21 ~ ch.40)|[2장 정리](https://velog.io/@049494/2-React.js-%EA%B8%B0%EC%B4%88-%EB%8B%A4%EC%A7%80%EA%B8%B0)|state,hook,reactstrap|https://github.com/Coding-Stage-Web/LeeJuhee/tree/week2|
|3주차|2.React.js 기초 다지기(ch.41 ~ ch.60)|[2장 정리](https://velog.io/@049494/2-React.js-%EA%B8%B0%EC%B4%88-%EB%8B%A4%EC%A7%80%EA%B8%B0#-sweetalert2)|주제|링크|
|4주차|내용|링크|주제|링크|
|5주차|내용|링크|주제|링크|
|6주차|내용|링크|주제|링크|
|7주차|내용|링크|주제|링크|
|8주차|내용|링크|주제|링크|
<img width="1418" alt="스크린샷 2023-04-08 오후 6 54 44" src="https://user-images.githubusercontent.com/104717341/230715481-c68aeb66-c246-405c-b68e-ffd697e367b1.png">
<img width="1429" alt="스크린샷 2023-04-08 오후 6 54 56" src="https://user-images.githubusercontent.com/104717341/230715482-d58ac730-aa09-4dac-9abe-111a8d8e7fd4.png">
Loading