Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
4f3f349
design: header
SanginJeong Jul 2, 2025
75806d0
design: landing-top
SanginJeong Jul 2, 2025
ef9de67
design: main
SanginJeong Jul 2, 2025
464a1e2
design: landing bottom and update: landing classname
SanginJeong Jul 2, 2025
47e1215
design: footer
SanginJeong Jul 2, 2025
e1be9f6
fix: comment
SanginJeong Jul 2, 2025
e8f256e
fix: append target_blank
SanginJeong Jul 3, 2025
143e365
feat: routing setting and create nav
SanginJeong Jul 23, 2025
c7ef165
feat: create productCard and fetch Data
SanginJeong Jul 23, 2025
d2f8879
fix: product-list가 사진크기에의해서 block요소 벗어나는 버그 수정
SanginJeong Jul 23, 2025
c819e1b
feat: orderby recent and orderby favorite
SanginJeong Jul 25, 2025
becade1
style: container width update
SanginJeong Jul 25, 2025
33327dd
fix: dropdownMenus 순서 변경
SanginJeong Jul 25, 2025
e2eb5df
style: 이미지 크기 반응형으로 변경 + 그에따른 구조 수정
SanginJeong Jul 25, 2025
6b388dd
refactor: fetchData 시 totalCount 받아오도록 변경
SanginJeong Jul 25, 2025
789a674
refactor: ProductList 추가
SanginJeong Jul 25, 2025
43f17cb
refactor: 미사용 이미지 제거 및 .env 추가
SanginJeong Jul 26, 2025
6fce0af
refactor: 폴더이름 변경 및 정리
SanginJeong Jul 26, 2025
ca68e79
fix: navbar z-index추가
SanginJeong Jul 26, 2025
03c1976
refactor: change name dropdownmenus -> DROPDOWN_MENUS
SanginJeong Jul 26, 2025
c9bcd90
refactor: dropdown이 common에 있기에 좀 더 다양한 곳에 사용될 수 있도록 리팩토링
SanginJeong Jul 26, 2025
25898dc
refactor: url 비교로 active 판단 -> NavLink 활용
SanginJeong Jul 29, 2025
beee1d0
feat: page에 따른 데이터 불러오기
SanginJeong Jul 29, 2025
d5a5013
refactor: hooks 폴더 추가 및 구조 변경
SanginJeong Jul 29, 2025
ce91457
feat: useMediaQuery로 pageSize 다르게 설정
SanginJeong Jul 29, 2025
4f792f5
style: responsive design
SanginJeong Jul 29, 2025
4dd1831
chore: 배포과정에서 확장자명 수정
SanginJeong Jul 29, 2025
cc2af25
Fix: re-track files with case-sensitive paths
SanginJeong Jul 29, 2025
26b728a
fix: 이미지 경로 변경
SanginJeong Jul 29, 2025
aa2fa7e
fix: 누락된 이미지 경로 변경
SanginJeong Jul 29, 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
1 change: 1 addition & 0 deletions vite-project/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.env
# Logs
logs
*.log
Expand Down
6 changes: 3 additions & 3 deletions vite-project/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/images/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
<title>판다마켓</title>
</head>
<body>
<div id="root"></div>
Expand Down
Loading
Loading