Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
8577018
docs: 비동기 처리 커스텀 훅 JSDOC 추가
neruu00 Oct 21, 2024
9a20d80
feat: useAsync 개선
neruu00 Oct 21, 2024
d13ba4e
refactor: AddItemForm을 AddItemPage로 변경 및 경로 변경
neruu00 Oct 21, 2024
391b21c
feat: 중고마켓 페이지 이미지 로드 실패 시 기본 이미지 표기 기능 구현
neruu00 Oct 21, 2024
addbbdc
style: 이미지 불러오기 오류 핸들러 이름 변경
neruu00 Oct 21, 2024
3dfab92
feat: 상품 상세 컴포넌트 이미지 불러오기 오류 핸들러 추가
neruu00 Oct 21, 2024
be3b17b
style: pending 상태명을 loading으로 변경
neruu00 Oct 21, 2024
2ff944e
feat: setup cra ts
neruu00 Nov 16, 2024
cde515c
feat: typescript 셋업 완료
neruu00 Nov 16, 2024
1b9ef2a
feat: typescript 셋업
neruu00 Nov 16, 2024
6092f8a
feat: api TS 마이그레이션
neruu00 Nov 16, 2024
5876cba
refactor: 환경변수 설정 및 api 이름 변경
neruu00 Nov 16, 2024
41c812c
refactor: api.ts에서 interface 코드 다른 .ts 파일로 분할
neruu00 Nov 16, 2024
4476f29
feat: ListItem TS 마이그레이션
neruu00 Nov 16, 2024
a873a88
feat: 디바이스 타입 콘텍스트 TS 마이그레이션
neruu00 Nov 16, 2024
5181b54
feat: 베스트 상품 컴포넌트 TS 마이그레이션
neruu00 Nov 16, 2024
13fc055
feat: 페이지네이션 TS 마이그레이션
neruu00 Nov 16, 2024
3474bb0
feat: 아이템 리스트 컴포넌트 TS 마이그레이션
neruu00 Nov 16, 2024
653cb7d
feat: file input 컴포넌트 TS 마이그레이션
neruu00 Nov 16, 2024
e0a4888
상품 상세 TS 마이그레이션
neruu00 Nov 16, 2024
913e3e8
fix: 파일 업로드 제한 오류 해결
neruu00 Nov 16, 2024
62b5a0a
feat: 상품 상세 페이지 TS 마이그레이션
neruu00 Nov 16, 2024
266ce3e
feat: 상품 목록 페이지 TS 마이그레이션
neruu00 Nov 16, 2024
b94d4f6
feat: 상품 등록 페이지 TS 마이그레이션
neruu00 Nov 17, 2024
626dddc
feat: 질문 폼 TS 마이그레이션
neruu00 Nov 17, 2024
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 .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
REACT_APP_API_BASE_URL = "https://panda-market-api.vercel.app"
2 changes: 0 additions & 2 deletions .github/workflows/delete-merged-branch-config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: delete branch on close pr

on:
pull_request:
types: [closed]

jobs:
delete-branch:
runs-on: ubuntu-latest
Expand Down
19 changes: 18 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# Edit at https://www.toptal.com/developers/gitignore?templates=react,nextjs,sass

### NextJS ###
<<<<<<< HEAD
=======
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

>>>>>>> cde515c40685c7ea849fcafc91354005f21c13fd
Comment on lines +5 to +9
Copy link
Collaborator

Choose a reason for hiding this comment

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

컨플릭트 해결 중 누락된 건이 있는 것 같아요 !

# dependencies
/node_modules
/.pnp
Expand Down Expand Up @@ -59,4 +64,16 @@ sketch
*.sass.map
*.scss.map

# End of https://www.toptal.com/developers/gitignore/api/react,nextjs,sass
<<<<<<< HEAD
# End of https://www.toptal.com/developers/gitignore/api/react,nextjs,sass
=======
# End of https://www.toptal.com/developers/gitignore/api/react,nextjs,sass
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
>>>>>>> cde515c40685c7ea849fcafc91354005f21c13fd
Comment on lines +67 to +79
Copy link
Collaborator

Choose a reason for hiding this comment

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

컨플릭트 해결 중 누락된 건이 있는 것 같아요 !

38 changes: 7 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ In the project directory, you can run:
### `npm start`

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

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

### `npm test`

Expand All @@ -31,40 +31,16 @@ See the section about [deployment](https://facebook.github.io/create-react-app/d

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can't go back!**
**Note: this is a one-way operation. Once you `eject`, you cant 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.
If you arent 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.
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 youre 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.
You dont have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldnt feel obligated to use this feature. However we understand that this tool wouldnt be useful if you couldnt 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)
Loading