Skip to content
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

[이경원] sprint8 #518

Open
wants to merge 35 commits into
base: React-이경원
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 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
ddb35a8
feat: 헤더, 상품 추가
gracelee5 Apr 11, 2024
644200d
feat: 상품 정렬 기능 추가
gracelee5 Apr 11, 2024
b8b97b0
style: 드롭다운 디자인 적용, 검색, 상품 등록, 드롭다운 위치 조정
gracelee5 Apr 11, 2024
c4dbe93
feat: navigate(/additem) 추가
gracelee5 Apr 11, 2024
2251cec
Merge branch 'codeit-bootcamp-frontend:main' into React-이경원-sprint5
gracelee5 Apr 12, 2024
bfbdec2
Merge branch 'React-이경원-sprint5' of https://github.com/gracelee5/6-Sp…
gracelee5 Apr 12, 2024
a8182ee
babel plugin impory issue
gracelee5 Apr 12, 2024
1ecb2b0
browserlist update
gracelee5 Apr 12, 2024
d145418
update: sortedItems state 삭제
gracelee5 Apr 12, 2024
a993960
feat : 상품 등록 페이지 이동
gracelee5 Apr 18, 2024
327648c
상품 등록 페이지 디자인, 파일 선택 기능 구현
gracelee5 Apr 18, 2024
24284d6
style: 이미지 등록버튼 디자인
gracelee5 Apr 18, 2024
4d6001d
feat: 버튼 활성화 기능 추가
gracelee5 Apr 19, 2024
6ca4142
style: 상품 등록 페이지 태블릿 사이즈 디자인
gracelee5 Apr 19, 2024
9b7b75d
feat: useCallback 추가
gracelee5 Apr 19, 2024
23c8847
feat: 로고 버튼 누르면 페이지 이동
gracelee5 Apr 19, 2024
3f054ad
feat: 멘토 리뷰 피드백 적용
gracelee5 Apr 19, 2024
7d6cf75
style: 이미지 등록 + 위치 변경
gracelee5 Apr 19, 2024
cc0bb7c
feat: 피드백 반영
gracelee5 Apr 25, 2024
c220d80
feat: 상품 상세페이지 (상품 정보)
gracelee5 Apr 25, 2024
62d72fa
feat: 상품 상세페이지 태그 기능 추가
gracelee5 Apr 26, 2024
d0c318c
feat: 댓글 기능 추가
gracelee5 Apr 26, 2024
f6a2b54
feat: 베스트 상품 고정
gracelee5 Apr 26, 2024
df81b03
feat: 상품 등록하기 태그 기능 추가
gracelee5 Apr 26, 2024
09fbd90
feat: 버튼 활성화 기능 추가
gracelee5 Apr 26, 2024
3311d64
Readme 삭제
gracelee5 Apr 26, 2024
c44727f
eslint 오류 삭제
gracelee5 Apr 26, 2024
3d8ae12
eslint 오류 제거
gracelee5 Apr 26, 2024
2c503c3
feat: typescript로 변경
gracelee5 May 23, 2024
dff82dd
fix: 빌드할 수 있도록 오류 수정
gracelee5 May 23, 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
70 changes: 0 additions & 70 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,70 +0,0 @@
# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

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.

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)
Loading