Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ 4주차 기본/심화 과제 ] 4주차 과제 제출 #7

Open
wants to merge 38 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
ea6a3fb
init: initialization
Geun-Oh May 7, 2023
74716c1
chore: .gitignore env file added
Geun-Oh May 7, 2023
ad3ea93
chore: styled-components, axios, react-router-dom added
Geun-Oh May 7, 2023
399ea10
style: style initialization
Geun-Oh May 7, 2023
8559086
feat: useGetWeatherInfo custom hook added
Geun-Oh May 7, 2023
af4f31a
feat: 초기 헤더 컴포넌트 제작
Geun-Oh May 7, 2023
f6d0bcd
feat: Router 및 Outlet 연결
Geun-Oh May 7, 2023
835e40c
feat: InfoCardProps & weatherInfoProps 타입 추가
Geun-Oh May 7, 2023
0db9478
init: 날씨 이미지 경로 저장
Geun-Oh May 7, 2023
47e52e8
feat: 날씨 검색용 섹션 추가
Geun-Oh May 7, 2023
71f6206
feat: InfoCard 추가
Geun-Oh May 7, 2023
3455cd7
feat: InfoCard에 날짜 표시하도록 구현 & 스타일 지정
Geun-Oh May 8, 2023
a14c36d
feat: 주간 데이터 타입에 city 추가
Geun-Oh May 8, 2023
5c542ac
refactor: InfoCardProps 해당 컴포넌트 내부로 옮김
Geun-Oh May 8, 2023
f81c5cc
style: Header & SearchInput 스타일 지정
Geun-Oh May 8, 2023
ca8c253
feat: skeleton 컴포넌트 shimmer 이펙트 적용
Geun-Oh May 8, 2023
0430eda
feat: Error 표시용 컴포넌트 추가
Geun-Oh May 10, 2023
14b1bee
feat: 각 분기 별 에러처리 및 에러 텍스트 추가
Geun-Oh May 10, 2023
346567b
refactor: atom 폴더로 이동
Geun-Oh May 10, 2023
d0d7391
chore: template 폴더로 변경
Geun-Oh May 10, 2023
348b563
chore: atom 폴더로 변경
Geun-Oh May 10, 2023
2ae6b20
chore: organism 폴더로 변경
Geun-Oh May 10, 2023
98cf6e8
chore: template 폴더로 변경
Geun-Oh May 10, 2023
f1f3a12
chore: template 폴더로 변경
Geun-Oh May 10, 2023
4c515d2
chore: 이름 수정
Geun-Oh May 10, 2023
ea54ff1
chore: mod import route
Geun-Oh May 10, 2023
d4e0579
feat: 주간/일간 shimmer 컴포넌트 분리
Geun-Oh May 10, 2023
f2c8a2e
refactor: getMonthDate 유틸함수 분리
Geun-Oh May 10, 2023
5ca79a8
chore: prettier print width 200으로 변경
Geun-Oh May 10, 2023
525215c
style: font 적용
Geun-Oh May 11, 2023
d1e7edc
style: title 및 icon 변경
Geun-Oh May 11, 2023
20aa7b8
fix: img 불러오지 못하는 경우 예외처리
Geun-Oh May 11, 2023
b86ec1a
refactor: 도시 이름 누락된 경우 라우터 단에서 예외처리하도록 수정
Geun-Oh May 11, 2023
f199774
feat: InfoCard 내부 구현
Geun-Oh May 11, 2023
0d733c9
style: 에러 메세지 중앙정렬
Geun-Oh May 11, 2023
3255c15
style: linting...
Geun-Oh May 11, 2023
5512816
feat: 비동기 함수 useCallback 적용
Geun-Oh May 11, 2023
5f39c76
feat: InfoCard React.memo 적용
Geun-Oh May 11, 2023
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
Binary file removed week1/Assignment3/assets/2soon.jpeg
Binary file not shown.
Binary file removed week1/Assignment3/assets/alright.jpeg
Binary file not shown.
Binary file removed week1/Assignment3/assets/blue.png.jpeg
Binary file not shown.
Binary file removed week1/Assignment3/assets/it's you.jpeg
Binary file not shown.
Binary file removed week1/Assignment3/assets/less of you.jpg
Binary file not shown.
Binary file removed week1/Assignment3/assets/more.jpeg
Binary file not shown.
Binary file removed week1/Assignment3/assets/summer.jpeg
Binary file not shown.
Binary file removed week1/Assignment3/assets/the reaper.jpeg
Binary file not shown.
Binary file removed week1/Assignment3/assets/touch.jpeg
Binary file not shown.
Binary file removed week1/Assignment3/assets/us.jpeg
Binary file not shown.
Binary file removed week1/Assignment3/assets/xoxosos.jpeg
Binary file not shown.
169 changes: 0 additions & 169 deletions week1/Assignment3/index.html

This file was deleted.

176 changes: 0 additions & 176 deletions week1/Assignment3/style.css

This file was deleted.

Loading