-
Notifications
You must be signed in to change notification settings - Fork 39
[문주영] Sprint5 #182
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 49 commits into
codeit-bootcamp-frontend:React-문주영
from
Moon-ju-young:React-문주영-Sprint5
May 9, 2025
The head ref may contain hidden characters: "React-\uBB38\uC8FC\uC601-Sprint5"
Merged
[문주영] Sprint5 #182
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 826c942
feat: React Router 추가
Moon-ju-young 813cf88
fix: 초기화
Moon-ju-young 9592a84
feat: 기본 Router와 Page Component 구성
Moon-ju-young f8f109e
feat: Page 기본 title 추가
Moon-ju-young 26c5164
feat: Page Component import문 추가
Moon-ju-young 5c31dd9
feat: reset.css 추가
Moon-ju-young 0ca7141
feat: Pretendard 웹 폰트 추가
Moon-ju-young 2525b20
feat: color.css 추가
Moon-ju-young 95faa35
feat: 이미지 추가
Moon-ju-young 5f908f1
feat: index 페이지 완료
Moon-ju-young 30e22de
feat: css 구분을 위한 상위 태그 추가
Moon-ju-young dafc494
feat: Auth 완료
Moon-ju-young e056428
feat: login 및 signup 페이지 완료
Moon-ju-young 9c46cb7
style: 들여쓰기 수정
Moon-ju-young 54a753b
fix: disable prop 추가 = 버튼 활성화 구현
Moon-ju-young 82e5f06
feat: 페이지 title 추가
Moon-ju-young 0d4aec4
style: header 스타일 변경
Moon-ju-young 538f0e0
feat: 기본 프로필 아이콘 추가
Moon-ju-young 0754257
feat: 하트 아이콘 추가
Moon-ju-young c3e2da3
feat: 상단 header 구현
Moon-ju-young 8e6c72b
feat: GET products api함수 추가
Moon-ju-young 3076765
feat: ItemList 컴포넌트 구조 완성
Moon-ju-young 8c03d78
feat: 가격 표기 반점 추가
Moon-ju-young e0bf9d6
feat: ItemList 컴포넌트 스타일 완료
Moon-ju-young 5d43a30
feat: useEffect (api) 의존성 배열 추가
Moon-ju-young 38005a8
feat: toolbar 기본 구조 및 디자인 추가
Moon-ju-young 17aedfa
feat: arrowdown, search icon 추가
Moon-ju-young b6599c5
feat: Dropdown Component 추가
Moon-ju-young baef08b
feat: sort icon 추가
Moon-ju-young 4c45f2d
feat: Dropdown 기본 구조 및 기능 구현
Moon-ju-young 0533309
feat: Dropdown component 및 순서 정렬 기능 적용
Moon-ju-young 3fb304c
feat: header에 z-index 추가
Moon-ju-young 084b02d
style: Dropdown 스타일 완료
Moon-ju-young d1aec18
feat: 상품 등록하기 button에 링크 추가
Moon-ju-young 9eda473
fix: 반응형 기준점 수정
Moon-ju-young 7bd9671
feat: pagenation 제외 요소 및 디자인 추가
Moon-ju-young d15fd22
feat: UI 밀림 방지를 위해 items slicing 추가
Moon-ju-young 74b1373
feat: setTotalCount prop 추가
Moon-ju-young 044d204
feat: totalCount state 추가
Moon-ju-young a4d927c
feat: Pagenation component 추가
Moon-ju-young 0948e26
feat: page state 추가
Moon-ju-young 1092ac6
feat: Pagenation 구조 및 기능 완료
Moon-ju-young 32f491e
feat: arrow left icon 추가
Moon-ju-young 61d43ed
style: Pagenation 스타일 완료
Moon-ju-young 3333b86
feat: Pagenation 기능 적용
Moon-ju-young 847c3a4
feat: order(정렬) 변경 시 1페이지로 설정 기능 추가
Moon-ju-young 178a8c9
perf: ItemList 불필요 request 방지
Moon-ju-young 2856095
fix: 글씨가 넘쳤을 때 비율 깨짐 해결
Moon-ju-young 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 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,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. |
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,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> |
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.
💊 제안
기존 미션에서 추가하셨던 메타 태그도 추가하시면 더 좋을 것 같아요!