-
Notifications
You must be signed in to change notification settings - Fork 39
[유원규] sprint5 #223
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
GANGYIKIM
merged 43 commits into
codeit-bootcamp-frontend:React-유원규
from
yuwonkyu:React-유원규-sprint5
May 28, 2025
The head ref may contain hidden characters: "React-\uC720\uC6D0\uADDC-sprint5"
Merged
[유원규] sprint5 #223
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
b2e37bd
reset
hanseulhee 6f8bbb0
Merge branch 'codeit-bootcamp-frontend:main' into main
hanseulhee e11e25f
fix: 머지 후 브랜치 삭제 github action 수정
hanseulhee 212e864
env: workflows 폴더로 이동
hanseulhee 4dc5dd0
Merge pull request #237 from hanseulhee/fix-github-actions
withyj-codeit c5a1a58
Merge branch 'Basic-유원규' of https://github.com/yuwonkyu/15-Sprint-Mis…
yuwonkyu 6a72980
리액트5시작
yuwonkyu 8635793
vite 환경 구축
yuwonkyu be96223
* css 추가
yuwonkyu 2c0aa63
API를 이용한 베스트상품 구현
yuwonkyu cb8506e
전체 상품보기를 업데이트하였습니다
yuwonkyu 1cb424e
베스트아이템 페이버릿순으로 변경
yuwonkyu 176a4c8
테일윈드 환경구축
yuwonkyu 38859d3
초기화 이후 새로운 구조로 업데이트중
yuwonkyu c631993
초기화
yuwonkyu edf5630
스타일 변수 이름 변경 및 Nav 컴포넌트에서 Link를 NavLink로 변경하여 활성화 상태 스타일 추가
yuwonkyu c61610b
브레이크포인트 값 수정: 태블릿과 PC의 브레이크포인트를 각각 745px 및 1200px으로 변경
yuwonkyu b04700e
BestItem 컴포넌트 추가 및 Nav 컴포넌트 스타일 수정: 고정 헤더로 변경하고 이미지 alt 텍스트를 한국어로 업데이트
yuwonkyu 90094aa
ItemsPage 컴포넌트에서 BestItem 및 AllItems 임포트 추가
yuwonkyu 767c1f8
AllItems 컴포넌트 추가 및 화면 크기에 따른 페이지 크기 조정 기능 구현
yuwonkyu 29b12c7
ItemCreateButton 컴포넌트 추가 및 AllItems에서 버튼으로 사용, Nav 컴포넌트에서 NavLink 임포트…
yuwonkyu 5a5fe77
비어있는 상품이미지 추가, 첫화면렌더링시 초기상품표시 수정
yuwonkyu 52d84f6
페이지네이션 컴포넌트 제거
yuwonkyu 4fffb3c
AllItems 컴포넌트 레이아웃 개선: 제목 및 버튼을 flex 컨테이너로 감싸고, 검색 및 드롭다운 추가 영역 정렬 수정
yuwonkyu 2ff162f
ItemCreateButton 컴포넌트 수정 및 빈 상품 이미지 처리 추가
yuwonkyu 9aa0262
AllItems 및 BestItem 컴포넌트의 화면 크기 기반 pageSize 설정 로직 개선 및 코드 정리
yuwonkyu 5fdc015
AllItems 컴포넌트에 검색 입력 추가
yuwonkyu e50f3ad
useItems 훅 분리
yuwonkyu a63ddc8
단순보정
yuwonkyu 8fd0316
Add AddItem 페이지 및 라우팅 설정 추가
yuwonkyu 3bf0e7b
ui 개선
yuwonkyu 972e4b1
ui-인풋h 수정
yuwonkyu 925b6f2
dropdown-down.svg 파일 추가
yuwonkyu 6408eb6
ui 수정
yuwonkyu 648ebfa
페이지네이션을 allitems로 이동
yuwonkyu 8f7e6cd
페이지네이션 구현
yuwonkyu 9195347
정렬 기준 상태 관리 추가 및 드롭다운 컴포넌트 수정
yuwonkyu 7c32778
전체 상품 섹션의 레이아웃 개선 및 검색 입력 필드 스타일 수정
yuwonkyu 77a70d6
버튼에 커서 포인터 스타일 추가
yuwonkyu 9e922d9
Merge branch 'React-유원규' into React-유원규-sprint5
yuwonkyu dd23560
불필요한 주석 제거
yuwonkyu 257a1e5
_redirects 파일 추가 및 초기 설정
yuwonkyu 40550d7
홈페이지 텍스트 수정 및 추가
yuwonkyu 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,23 +1,24 @@ | ||
| # 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 | ||
|
|
||
| # Logs | ||
| logs | ||
| *.log | ||
| npm-debug.log* | ||
| yarn-debug.log* | ||
| yarn-error.log* | ||
| pnpm-debug.log* | ||
| lerna-debug.log* | ||
|
|
||
| node_modules | ||
| dist | ||
| dist-ssr | ||
| *.local | ||
|
|
||
| # Editor directories and files | ||
| .vscode/* | ||
| !.vscode/extensions.json | ||
| .idea | ||
| .DS_Store | ||
| *.suo | ||
| *.ntvs* | ||
| *.njsproj | ||
| *.sln | ||
| *.sw? |
This file was deleted.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| /* /index.html 200 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| import js from "@eslint/js"; | ||
| import globals from "globals"; | ||
| import reactHooks from "eslint-plugin-react-hooks"; | ||
| import reactRefresh from "eslint-plugin-react-refresh"; | ||
|
|
||
| export default [ | ||
| { ignores: ["dist"] }, | ||
| { | ||
| files: ["**/*.{js,jsx}"], | ||
| languageOptions: { | ||
| ecmaVersion: 2020, | ||
| globals: globals.browser, | ||
| parserOptions: { | ||
| ecmaVersion: "latest", | ||
| ecmaFeatures: { jsx: true }, | ||
| sourceType: "module", | ||
| }, | ||
| }, | ||
| plugins: { | ||
| "react-hooks": reactHooks, | ||
| "react-refresh": reactRefresh, | ||
| }, | ||
| rules: { | ||
| ...js.configs.recommended.rules, | ||
| ...reactHooks.configs.recommended.rules, | ||
| "no-unused-vars": ["error", { varsIgnorePattern: "^[A-Z_]" }], | ||
| "react-refresh/only-export-components": [ | ||
| "warn", | ||
| { allowConstantExport: true }, | ||
| ], | ||
| }, | ||
| }, | ||
| ]; |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| { | ||
| "env": { | ||
| "browser": true, | ||
| "node": true, | ||
| "es6": true | ||
| }, | ||
| "extends": ["eslint:recommended", "plugin:prettier/recommended"], | ||
| "parserOptions": { | ||
| "ecmaVersion": 2020, | ||
| "sourceType": "module" | ||
| }, | ||
| "rules": { | ||
| "semi": ["error", "always"], | ||
| "quotes": ["error", "single"], | ||
| "no-console": "warn", | ||
| "no-unused-vars": "warn" | ||
| } | ||
| } |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| <!doctype html> | ||
| <html lang="ko"> | ||
| <head> | ||
| <meta charset="UTF-8" /> | ||
| <link rel="icon" type="image/svg+xml" href="img/favicon.svg" /> | ||
| <link rel="stylesheet" href="node_modules/normalize.css/normalize.css" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| <title>판다마켓</title> | ||
| </head> | ||
| <body> | ||
| <div id="root"></div> | ||
| <script type="module" src="/src/main.jsx"></script> | ||
| </body> | ||
| </html> |
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.
❗️ 수정요청
404 에러를 피하기 위해 _redirects 파일을 추가해주신 점은 좋습니다. 다만 해당 파일은 배포 최상단에 위치해야합니다.
지금 배포 사이트에서는 refresh 시 404에러가 발생하므로 이를 참고해서 수정해보세요~