-
Notifications
You must be signed in to change notification settings - Fork 26
[김참솔] Sprint 8 #118
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
Merged
kiJu2
merged 16 commits into
codeit-bootcamp-frontend:React-김참솔
from
cskime:React-김참솔-sprint8
Sep 5, 2025
The head ref may contain hidden characters: "React-\uAE40\uCC38\uC194-sprint8"
Merged
[김참솔] Sprint 8 #118
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
f913bb1
refactor(Sprint7): `OrderBySelect` -> `ProductSortSelect` 이름 변경, 모듈 분리
cskime 888ca26
chore(Sprint8): TypeScript 설정
cskime c65abe0
fix(Sprint7): Export error 수정
cskime e4a2452
feat(Sprint8): HomeLayout 구조 세분화 및 관련 파일 TypeScript 적용
cskime e576a8f
refactor(Sprint8): Page 및 layout 파일 경로 변경
cskime 49b68ae
feat(Sprint8): OnboardingPage에서 header, footer 영역 구현
cskime 5ff6af6
feat(Sprint8): Page footer 구현
cskime 1f46aa9
feat(Sprint8): Onboarding page section 구현
cskime f799b66
feat(Sprint8): Onboarding page footer 상단 간격 추가
cskime d17977a
feat(Sprint8): large, medium logo image 추가, 기존 logo 이름 변경
cskime 402e7f9
feat(Sprint8): Login page 구현
cskime 21b2ae1
feat(Sprint8): Sign up page 구현
cskime 9a136c9
feat(Sprint8): Input에 email, password type 설정
cskime 758d97f
feat(Sprint8): 로고 및 '구경하러 가기' 클릭 시 page 이동
cskime 51ddc00
fix(Sprint8): <p> tag 아래에 <div> tag를 사용해서 발생하는 error 수정
cskime 66a2ff4
feat(Sprint8): Login, Sign up page에 반응형 적용
cskime File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
크으 ~ 레이아웃을 잘 배치시켜놨네요.
이 전에
children안에 레이아웃을 공통적으로 배치하셨었는데,react-router-dom에서 권장하는 방식으로 레이아웃으로 변경하셨군요 👍👍👍