Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
b2e37bd
reset
hanseulhee Oct 10, 2023
6f8bbb0
Merge branch 'codeit-bootcamp-frontend:main' into main
hanseulhee Oct 10, 2023
e11e25f
fix: 머지 후 브랜치 삭제 github action 수정
hanseulhee Oct 10, 2023
212e864
env: workflows 폴더로 이동
hanseulhee Oct 10, 2023
4dc5dd0
Merge pull request #237 from hanseulhee/fix-github-actions
withyj-codeit Nov 6, 2023
c5a1a58
Merge branch 'Basic-유원규' of https://github.com/yuwonkyu/15-Sprint-Mis…
yuwonkyu Mar 25, 2025
6a72980
리액트5시작
yuwonkyu Apr 1, 2025
8635793
vite 환경 구축
yuwonkyu Apr 1, 2025
be96223
* css 추가
yuwonkyu Apr 1, 2025
2c0aa63
API를 이용한 베스트상품 구현
yuwonkyu Apr 4, 2025
cb8506e
전체 상품보기를 업데이트하였습니다
yuwonkyu Apr 4, 2025
1cb424e
베스트아이템 페이버릿순으로 변경
yuwonkyu Apr 9, 2025
176a4c8
테일윈드 환경구축
yuwonkyu Apr 10, 2025
38859d3
초기화 이후 새로운 구조로 업데이트중
yuwonkyu Apr 12, 2025
c631993
초기화
yuwonkyu May 10, 2025
edf5630
스타일 변수 이름 변경 및 Nav 컴포넌트에서 Link를 NavLink로 변경하여 활성화 상태 스타일 추가
yuwonkyu May 10, 2025
c61610b
브레이크포인트 값 수정: 태블릿과 PC의 브레이크포인트를 각각 745px 및 1200px으로 변경
yuwonkyu May 11, 2025
b04700e
BestItem 컴포넌트 추가 및 Nav 컴포넌트 스타일 수정: 고정 헤더로 변경하고 이미지 alt 텍스트를 한국어로 업데이트
yuwonkyu May 11, 2025
90094aa
ItemsPage 컴포넌트에서 BestItem 및 AllItems 임포트 추가
yuwonkyu May 11, 2025
767c1f8
AllItems 컴포넌트 추가 및 화면 크기에 따른 페이지 크기 조정 기능 구현
yuwonkyu May 11, 2025
29b12c7
ItemCreateButton 컴포넌트 추가 및 AllItems에서 버튼으로 사용, Nav 컴포넌트에서 NavLink 임포트…
yuwonkyu May 11, 2025
5a5fe77
비어있는 상품이미지 추가, 첫화면렌더링시 초기상품표시 수정
yuwonkyu May 11, 2025
52d84f6
페이지네이션 컴포넌트 제거
yuwonkyu May 11, 2025
4fffb3c
AllItems 컴포넌트 레이아웃 개선: 제목 및 버튼을 flex 컨테이너로 감싸고, 검색 및 드롭다운 추가 영역 정렬 수정
yuwonkyu May 11, 2025
2ff162f
ItemCreateButton 컴포넌트 수정 및 빈 상품 이미지 처리 추가
yuwonkyu May 11, 2025
9aa0262
AllItems 및 BestItem 컴포넌트의 화면 크기 기반 pageSize 설정 로직 개선 및 코드 정리
yuwonkyu May 11, 2025
5fdc015
AllItems 컴포넌트에 검색 입력 추가
yuwonkyu May 19, 2025
e50f3ad
useItems 훅 분리
yuwonkyu May 20, 2025
a63ddc8
단순보정
yuwonkyu May 20, 2025
8fd0316
Add AddItem 페이지 및 라우팅 설정 추가
yuwonkyu May 20, 2025
3bf0e7b
ui 개선
yuwonkyu May 21, 2025
972e4b1
ui-인풋h 수정
yuwonkyu May 21, 2025
925b6f2
dropdown-down.svg 파일 추가
yuwonkyu May 21, 2025
6408eb6
ui 수정
yuwonkyu May 21, 2025
648ebfa
페이지네이션을 allitems로 이동
yuwonkyu May 21, 2025
8f7e6cd
페이지네이션 구현
yuwonkyu May 22, 2025
9195347
정렬 기준 상태 관리 추가 및 드롭다운 컴포넌트 수정
yuwonkyu May 23, 2025
7c32778
전체 상품 섹션의 레이아웃 개선 및 검색 입력 필드 스타일 수정
yuwonkyu May 23, 2025
77a70d6
버튼에 커서 포인터 스타일 추가
yuwonkyu May 26, 2025
9e922d9
Merge branch 'React-유원규' into React-유원규-sprint5
yuwonkyu May 26, 2025
dd23560
불필요한 주석 제거
yuwonkyu May 26, 2025
257a1e5
_redirects 파일 추가 및 초기 설정
yuwonkyu May 26, 2025
40550d7
홈페이지 텍스트 수정 및 추가
yuwonkyu May 26, 2025
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
41 changes: 21 additions & 20 deletions .gitignore
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?
70 changes: 0 additions & 70 deletions README.md

This file was deleted.

1 change: 1 addition & 0 deletions dtst/_redirects
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❗️ 수정요청
404 에러를 피하기 위해 _redirects 파일을 추가해주신 점은 좋습니다. 다만 해당 파일은 배포 최상단에 위치해야합니다.
지금 배포 사이트에서는 refresh 시 404에러가 발생하므로 이를 참고해서 수정해보세요~

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* /index.html 200
33 changes: 33 additions & 0 deletions eslint.config.js
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 },
],
},
},
];
18 changes: 18 additions & 0 deletions eslint.json
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"
}
}
14 changes: 14 additions & 0 deletions index.html
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>
Loading
Loading