-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit ba18a32
Showing
23 changed files
with
28,805 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# 멋쟁이 사자처럼 11기 클론코딩 과제 🦁 | ||
|
||
이번 시간에는 그동안 배운 styled component와 React hook(useState, useEffect)을 사용하여 직접 클론코딩을 진행해볼 겁니다.<br/> | ||
이전 세션에 비해 다소 난이도가 올라갈 수 있으나 실제 구현되어있는 서비스를 직접 따라 만들면서 배우는 것만큼 빠르고 효과적인 공부법은 없으니까요.<br/> | ||
모두 화이팅! | ||
<br/><br/> | ||
|
||
# 실습 진행방법 | ||
|
||
이번 주차는 과제 중심으로 세션이 진행됩니다!<br/> | ||
직접 Component를 만들어서 아래의 홈페이지와 같은 페이지를 구현해보세요. | ||
|
||
https://getbootstrap.com/docs/4.3/examples/album/ | ||
|
||
<br/> | ||
|
||
## 어른 사자의 길 | ||
|
||
1. 우측 상단 햄버거 버튼 클릭 시 진행되는 동적 기능 | ||
2. 기타 애니메이션 효과 | ||
3. 하단 Footer |
Oops, something went wrong.