Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 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
c687fb2
Add 11-Sprint-Mission files
Sep 30, 2024
e8ea751
test
Sep 30, 2024
e474a8c
sprint5 complete
Oct 5, 2024
be2efb6
Delete unnecessary code
Oct 5, 2024
807a653
Merge pull request #176 from twtwkim/React-김태완-sprint5
baeggmin Oct 8, 2024
5ec9b2c
reflect sprin5
Oct 11, 2024
20913f7
Create FileInput.jsx and css
Oct 11, 2024
aea501b
Create function about sprint6 mission
Oct 11, 2024
5f2bee4
Add .gitmodules for 11-Sprint-Mission submodule
Oct 12, 2024
045f66c
Merge pull request #190 from twtwkim/React-김태완-sprint6
baeggmin Oct 15, 2024
ddd9704
create detailItem and complete css
Oct 18, 2024
5aa3ae0
create function comments edit
Oct 18, 2024
795a545
create function button hover
Oct 18, 2024
6e2d311
Merge pull request #227 from twtwkim/React-김태완-sprint7
baeggmin Oct 21, 2024
48dac61
Delete console.log
Oct 21, 2024
ab79d54
Delete setEditedContent in CommentsList.jsx
Oct 21, 2024
8692bba
Seperate CommentsList.jsx
Oct 21, 2024
3c7bca1
Use disabled in 'question-register-button' of DetailItem.jsx
Oct 22, 2024
b0f9899
seperate function from DetailItem.jsx
Oct 22, 2024
afc28d1
Create function fetchApi in api.js
Oct 22, 2024
4499f37
Initialize project using Create React App
Nov 8, 2024
1f7324c
before
Nov 12, 2024
d7da2f2
merge
Nov 12, 2024
3dc253a
remove setLimit
Nov 12, 2024
db5940c
refator AllItem.tsx
Nov 15, 2024
a8e2b35
style: modify css main-ad-head
Nov 15, 2024
cb854cf
Merge pull request #254 from twtwkim/React-김태완-sprint8
baeggmin Nov 19, 2024
9b4a673
complete mission
Dec 5, 2024
d0e2392
modify redux
Dec 7, 2024
0d0d30b
feat: use refresh token
Dec 7, 2024
90f1016
Merge pull request #330 from twtwkim/React-김태완-sprint11
jyh0521 Dec 9, 2024
46fc96c
Merge branch 'React-김태완' of https://github.com/codeit-bootcamp-fronte…
Jan 7, 2025
3c44b82
react-query 설치
Jan 7, 2025
4bbbd4c
태그 스타일 수정
Jan 7, 2025
216ccd4
상품 등록 및 상세페이지 이동
Jan 7, 2025
bdd8a5d
유저정보 리덕스
Jan 7, 2025
e99b8c9
물품 상세 정보 리덕스
Jan 7, 2025
1041d04
문의하기 등록 기능
Jan 8, 2025
a3d3222
댓글 수정, 삭제 완료
Jan 8, 2025
dbf5a81
수정까지 완료
Jan 8, 2025
9110048
이미지 없을때 판다 이미지
Jan 8, 2025
2650a7b
react-toastify 적용
Jan 8, 2025
3e2abe6
스토리지 만료시 로그인 페이지로
Jan 8, 2025
754d9ac
헤더에 불필요 파일 삭제
Jan 8, 2025
44d89ef
clsx 적용
Jan 8, 2025
0eaede6
불필요 코드 제거
Jan 8, 2025
638434e
전체 버튼 호버 적용
Jan 8, 2025
3fd6ec7
next 작업사항 리액트로 마이그레이션 - AddBoard 추가
Jan 9, 2025
f86f2b7
boards 마이그레이션션
Jan 9, 2025
eee30af
마이그레이션_UI 완성
Jan 9, 2025
5266eec
자잘한 리팩토링
Jan 9, 2025
690e5b8
상품 좋아요 및 취소 완료
Jan 9, 2025
d9c6393
게시글 좋아요, 취소 기능 추가
Jan 9, 2025
ab6d389
게시글 수정 및 삭제 구현
Jan 9, 2025
cdfb267
게시글 댓글 상태 업데이트 및 토큰 관련 로직 수정
Jan 10, 2025
379ebfc
버그 잡기
Jan 10, 2025
84474c2
디바운스 적용
Jan 10, 2025
ca4117e
콘솔 삭제
Jan 10, 2025
8cf7085
빌드 전
Jan 10, 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
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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*
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "11-Sprint-Mission"]
path = 11-Sprint-Mission
url = https://github.com/twtwkim/11-Sprint-Mission.git

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

The page will reload if you make edits.\
You will 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/).
Loading
Loading