Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
e39091c
fix: Vite로 변경
Moon-ju-young Apr 10, 2025
826c942
feat: React Router 추가
Moon-ju-young Apr 10, 2025
813cf88
fix: 초기화
Moon-ju-young Apr 10, 2025
9592a84
feat: 기본 Router와 Page Component 구성
Moon-ju-young Apr 10, 2025
f8f109e
feat: Page 기본 title 추가
Moon-ju-young Apr 10, 2025
26c5164
feat: Page Component import문 추가
Moon-ju-young Apr 10, 2025
5c31dd9
feat: reset.css 추가
Moon-ju-young Apr 10, 2025
0ca7141
feat: Pretendard 웹 폰트 추가
Moon-ju-young Apr 11, 2025
2525b20
feat: color.css 추가
Moon-ju-young Apr 11, 2025
95faa35
feat: 이미지 추가
Moon-ju-young Apr 12, 2025
5f908f1
feat: index 페이지 완료
Moon-ju-young Apr 12, 2025
30e22de
feat: css 구분을 위한 상위 태그 추가
Moon-ju-young Apr 12, 2025
dafc494
feat: Auth 완료
Moon-ju-young Apr 12, 2025
e056428
feat: login 및 signup 페이지 완료
Moon-ju-young Apr 13, 2025
9c46cb7
style: 들여쓰기 수정
Moon-ju-young Apr 13, 2025
54a753b
fix: disable prop 추가 = 버튼 활성화 구현
Moon-ju-young Apr 13, 2025
82e5f06
feat: 페이지 title 추가
Moon-ju-young Apr 13, 2025
0d4aec4
style: header 스타일 변경
Moon-ju-young Apr 13, 2025
538f0e0
feat: 기본 프로필 아이콘 추가
Moon-ju-young Apr 13, 2025
0754257
feat: 하트 아이콘 추가
Moon-ju-young Apr 13, 2025
c3e2da3
feat: 상단 header 구현
Moon-ju-young Apr 14, 2025
8e6c72b
feat: GET products api함수 추가
Moon-ju-young Apr 15, 2025
3076765
feat: ItemList 컴포넌트 구조 완성
Moon-ju-young Apr 15, 2025
8c03d78
feat: 가격 표기 반점 추가
Moon-ju-young Apr 15, 2025
e0bf9d6
feat: ItemList 컴포넌트 스타일 완료
Moon-ju-young Apr 15, 2025
5d43a30
feat: useEffect (api) 의존성 배열 추가
Moon-ju-young Apr 15, 2025
38005a8
feat: toolbar 기본 구조 및 디자인 추가
Moon-ju-young Apr 23, 2025
17aedfa
feat: arrowdown, search icon 추가
Moon-ju-young Apr 23, 2025
b6599c5
feat: Dropdown Component 추가
Moon-ju-young Apr 23, 2025
baef08b
feat: sort icon 추가
Moon-ju-young Apr 23, 2025
4c45f2d
feat: Dropdown 기본 구조 및 기능 구현
Moon-ju-young Apr 23, 2025
0533309
feat: Dropdown component 및 순서 정렬 기능 적용
Moon-ju-young Apr 23, 2025
3fb304c
feat: header에 z-index 추가
Moon-ju-young Apr 23, 2025
084b02d
style: Dropdown 스타일 완료
Moon-ju-young Apr 23, 2025
d1aec18
feat: 상품 등록하기 button에 링크 추가
Moon-ju-young Apr 25, 2025
9eda473
fix: 반응형 기준점 수정
Moon-ju-young May 2, 2025
7bd9671
feat: pagenation 제외 요소 및 디자인 추가
Moon-ju-young May 2, 2025
d15fd22
feat: UI 밀림 방지를 위해 items slicing 추가
Moon-ju-young May 2, 2025
74b1373
feat: setTotalCount prop 추가
Moon-ju-young May 2, 2025
044d204
feat: totalCount state 추가
Moon-ju-young May 2, 2025
a4d927c
feat: Pagenation component 추가
Moon-ju-young May 2, 2025
0948e26
feat: page state 추가
Moon-ju-young May 6, 2025
1092ac6
feat: Pagenation 구조 및 기능 완료
Moon-ju-young May 6, 2025
32f491e
feat: arrow left icon 추가
Moon-ju-young May 6, 2025
61d43ed
style: Pagenation 스타일 완료
Moon-ju-young May 6, 2025
3333b86
feat: Pagenation 기능 적용
Moon-ju-young May 6, 2025
847c3a4
feat: order(정렬) 변경 시 1페이지로 설정 기능 추가
Moon-ju-young May 6, 2025
178a8c9
perf: ItemList 불필요 request 방지
Moon-ju-young May 6, 2025
2856095
fix: 글씨가 넘쳤을 때 비율 깨짐 해결
Moon-ju-young May 6, 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?
72 changes: 7 additions & 65 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,70 +1,12 @@
# Getting Started with Create React App
# React + Vite

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

## Available Scripts
Currently, two official plugins are available:

In the project directory, you can run:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh

### `npm start`
## Expanding the ESLint configuration

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can't go back!**

If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)

### Analyzing the Bundle Size

This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)

### Making a Progressive Web App

This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)

### Advanced Configuration

This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)

### Deployment

This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)

### `npm run build` fails to minify

This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
If you are developing a production application, we recommend using TypeScript and enable type-aware lint rules. Check out the [TS template](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react-ts) to integrate TypeScript and [`typescript-eslint`](https://typescript-eslint.io) in your project.
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 },
],
},
},
]
11 changes: 11 additions & 0 deletions index.html
Copy link
Collaborator

Choose a reason for hiding this comment

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

💊 제안
기존 미션에서 추가하셨던 메타 태그도 추가하시면 더 좋을 것 같아요!

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<title>판다마켓</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
Loading
Loading