Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 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
b986c4a
스프린트미션1제출 -유선향
Dec 3, 2024
7001bec
Merge pull request #2 from grimza99/part1-유선향-sprint1
kiJu2 Dec 5, 2024
08482b9
코드리뷰 보완 - 로그인,구경하러가기버튼 button 태그로 변경
Dec 23, 2024
e118a16
코드리뷰보완 -png파일 svg파일로 변경
Dec 23, 2024
95c1bbd
alt내용 좀더 자세하게 수정
Dec 23, 2024
e433f0a
css선택자이름 통일
Dec 23, 2024
242d427
nav 영역 fixed
Dec 23, 2024
1e66de8
로그인페이지와 회원가입 페이지를 함께 스타일링할signup _login. css 파일 생성
Dec 23, 2024
5e40a3f
login페이지 작성, 카카오,구글링크 연결
Dec 24, 2024
5c70501
회원가입페이지 작성
Dec 24, 2024
ba9ff3d
signup_login.css파일 컬러파레트변수 설정 & header부분 스타일링하면서 컬러파레트 적용확인
Dec 24, 2024
370ecd0
css 작성중 요소끼리의 간격 맞추기 위해 label태그로 Input 태그 감싸는 걸로 변경
Dec 24, 2024
f28513f
공통 css 작성완료
Dec 24, 2024
18a18b6
카카오,구글 아이콘 새창에서 열리게 변경
Dec 24, 2024
2fc219a
화면너비기준 미디어 쿼리기준 작성
Dec 24, 2024
7e9cb3b
데스크탑 기준으로 시작해야 할것 같고, 375px 이하는 고려하지 않는다 해서 @media 기준점 다시 수정
Dec 24, 2024
2526685
반응형디자인을위해 index.html 수정
Dec 24, 2024
349af48
반응형웹사이트 위해 index.html, index.css 수정
Dec 24, 2024
a5f8d13
로그인, 회원가입 페이지 모바일 반응형 작성
Dec 25, 2024
d732d0f
태블릿 환경 css 작성
Dec 25, 2024
8ccea71
모바일환경 반응형 css 작성
Dec 25, 2024
30cf7b2
페이스북 오픈그래프 메타 데이터 작성
Dec 25, 2024
f6f2ce1
type: style
Dec 26, 2024
4da25fd
Docs : creacte color.css
Dec 26, 2024
cb664e8
style: code look nice
Dec 26, 2024
95bf2ff
Docs : 모듈파일인 login_signup.js 파일생성과 함수 계획작성
Dec 27, 2024
e2acf9c
Docs : 모듈 설계
Dec 27, 2024
2e65279
Docs : fuc Password_focus_out 함수 작성
Dec 27, 2024
6bf93ef
Docs: function Email_focus_out 함수 작성 ,
Dec 27, 2024
d630e4d
docs: button_inactive 함수 작성, 원하는 대로 동작하지 않아 수정필요, 일단 회원가입 페이지 함수 작성후 …
Dec 27, 2024
d9c4ff6
Docs: signup.js 파일내핸들러 작성과 등록 완료 이제 작동이 안되는 함수 수정 예정
Dec 27, 2024
22f3069
fix: login.js
Dec 27, 2024
b416887
Fix : login.js
Dec 27, 2024
9cb5029
fix : signup.js
Dec 28, 2024
195c9d1
[Test] create Test.js file
Dec 30, 2024
92066d1
[Docs] create gitMessage.txt file
Jan 4, 2025
b068f48
[Docs] Merge branch 'React-유선향' into React-유선향
Jan 4, 2025
8c22bae
[Feat] create handleLoad
Jan 12, 2025
0fa7d30
[Feat] 최신순, 좋아요 순에 따른 정렬 기능 추가
Jan 13, 2025
bbc8b6a
[Feat] create bestItems state
Jan 13, 2025
b3877f0
[Feat] create PageCount.js
Jan 15, 2025
4dd938f
[Design] 정렬버튼, 검색창과 검색버튼 스타일
Jan 15, 2025
88ea6af
[Feat] 스크린 사이즈에 따른 가변적인 api 요청
Jan 17, 2025
79b5023
[Feat]ItemList 반응형 그리드 설정
Jan 17, 2025
ca5c72b
[Design] 미디어 쿼리에 따라 사용자 ui 변화
Jan 20, 2025
cc886e2
[Design] input form 반응형ui로 스타일링
Jan 20, 2025
196fa2b
[Design] sort Select button media ui
Jan 21, 2025
301a870
[Fix] 'items' DOM nvalid attribute name: $items
Jan 21, 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
25 changes: 25 additions & 0 deletions .gitmessage.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[Type] title

# [Type] 입력 목록
# 1. Feat: 새로운 기능 추가
# 2. Fix: 오류 해결
# 3. Rename: 파일 혹은 폴더명을 수정만 한 경우
# 4. Remove: 파일을 삭제만 한 경우
# 5. Style: 기능 수정 없이 코드 스타일만 변경한 경우 (코드 포매팅, 세미콜론 누락 등)
# 6. Design: 사용자 UI 디자인 변경 (CSS 등)
# 7. Refactor: 코드 베이스의 특정 부분을 재정렬 (Refactoring)
# 8. Test: 테스트와 관련된 모든 것
# 9. Docs: 문서화에 관한 모든 것
# 10. Chore: 빌드 업무 수정, 패키지 매니저 수정 (gitignore 수정 등)
# 11. Perf: 성능 개선
#
# [Title] 규칙
# 1. 50자 이내 짧은 요약 (영어의 경우 첫글자는 대문자로)
# 2. 명령형으로 작성 (과거형X)
# 3. 제목 끝에 .(마침표) 금지
#
# [Body] 작성 규칙
# 1. 제목과 본문 사이 빈 칸 한줄 필수 (제목과 본문 분리)
# 2. 생략 가능, 필요 시 자세한 설명 작성 (72자 내외로 마무리)
# 3. 적용한 변경사항과 그것을 만든 이유에 대해 설명
# - 어떻게보다는 "무엇을", "왜"
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"cSpell.words": ["inputwidth"]
}
72 changes: 2 additions & 70 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,70 +1,2 @@
# 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)
13기 프론트엔드 개인 스프린트 미션4
제출일 12월 3일
7 changes: 7 additions & 0 deletions faq.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!DOCTYPE html>
<html>
<head> </head>
<body>
faq 페이지
</body>
</html>
Binary file added img/.DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions img/OG_img.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions img/ic_google.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions img/ic_kakao.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions img/panda_logo_img.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/root_img/.DS_Store
Binary file not shown.
Loading
Loading