Skip to content
Closed
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
17be37c
Initial commit from Create Next App
withyj-codeit Sep 8, 2023
7df9c2b
fix: 머지 후 브랜치 삭제 github action 수정
hanseulhee Oct 10, 2023
66f3ba6
env: workflows 폴더로 이동
hanseulhee Oct 10, 2023
0e2abea
Merge branch 'codeit-bootcamp-frontend:React-석지우' into React-석지우
Jiwoo11111 Oct 3, 2024
a72773c
✨ Feat: 헤더에 로고 및 네비게이션 추가
Jiwoo11111 Oct 3, 2024
0903b7b
🔨 Feat: API 불러와서 페이지 구성
Jiwoo11111 Oct 4, 2024
49f4bc6
✨ Feat: 페이지네이션 추가
Jiwoo11111 Oct 4, 2024
2c53575
🎨 Style: 전체적인 스타일 추가
Jiwoo11111 Oct 4, 2024
d1fd3f2
Merge pull request #160 from Jiwoo11111/React-석지우-sprint5
kiJu2 Oct 7, 2024
b2943c6
♻️ Refacrot: 페이지 분리
Jiwoo11111 Oct 8, 2024
e113916
🔧 Chore: api url 환경변수로 변경
Jiwoo11111 Oct 8, 2024
e745a34
✨ Feat: 상품명, 상품 설명, 가격, 태그 입력 필드 추가
Jiwoo11111 Oct 8, 2024
b355a42
✨ Feat: 이미지 인풋 추가
Jiwoo11111 Oct 8, 2024
36b9608
✨ Feat: 태그 기능 추가
Jiwoo11111 Oct 8, 2024
e0063fb
🎨 Style: css 추가
Jiwoo11111 Oct 9, 2024
bee4276
✨ Feat: 버튼 활성화 추가
Jiwoo11111 Oct 10, 2024
e66d2fd
✏️ Fix: 태그 배열 로직 수정
Jiwoo11111 Oct 10, 2024
cccaddd
💄 Style: 미디어쿼리 추가
Jiwoo11111 Oct 10, 2024
356bbb5
✨ Feat: 이미지 등록 에러메세지 추가
Jiwoo11111 Oct 12, 2024
b7b24bc
Merge pull request #201 from Jiwoo11111/React-석지우-sprint6
kiJu2 Oct 12, 2024
dacb00f
feat: 중첩 레이아웃 추가
Jiwoo11111 Oct 13, 2024
270bb1d
retactor: 조건부 연산자로 수정
Jiwoo11111 Oct 13, 2024
e2888d9
feat: 상품 데이터 추가
Jiwoo11111 Oct 17, 2024
c385b94
feat: 댓글 추가
Jiwoo11111 Oct 17, 2024
3e5e349
style: 제품 상세 페이지 css 추가
Jiwoo11111 Oct 18, 2024
fb81c4a
feat: 문의하기, 댓글 기능 추가
Jiwoo11111 Oct 18, 2024
9ee0ca3
style: 미디어쿼리 추가
Jiwoo11111 Oct 18, 2024
d28495d
style: 클래스 이름 변경 및 불필요한 주석 제거
Jiwoo11111 Oct 19, 2024
cc995f7
Merge pull request #236 from Jiwoo11111/React-석지우-sprint7
kiJu2 Oct 26, 2024
5420cf1
refactor: 리액트를 타입스크립트로 마이그레이션
Jiwoo11111 Nov 15, 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
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# 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

npm-debug.log*
yarn-debug.log*
yarn-error.log*


.env
1 change: 1 addition & 0 deletions 11-Sprint-Mission
Submodule 11-Sprint-Mission added at 4dc5dd
70 changes: 70 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# 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