Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
170140d
feat: Create sprint-mission1
BaeZzi813 Jun 21, 2025
0453140
feat: Create sprint-mission2
BaeZzi813 Jun 26, 2025
1e3dab8
ic이미지 png파일에서 svg파일로 변환
BaeZzi813 Jul 4, 2025
a9c02db
form 태그 class 적용 변경
Bae-zzi Jul 4, 2025
c37c679
feat: 반응형 사이즈 적용
BaeZzi813 Jul 4, 2025
fe9f3ff
feat: index.html 반응형 사이즈 적용
BaeZzi813 Jul 6, 2025
a6df98b
feat: login.html 반응형 사이즈 적용
BaeZzi813 Jul 6, 2025
6184d5b
feat: signup.html 반응형 사이즈 적용
BaeZzi813 Jul 7, 2025
9dc6c11
feat: 카카오톡 메타 태그 설정
BaeZzi813 Jul 7, 2025
1dd6088
feat: login.js 적용
BaeZzi813 Jul 9, 2025
d1d5538
branch4 설정
BaeZzi813 Jul 9, 2025
d956fe7
refactor: 에러 표시 이벤트 showError로 중복 로직 함수화
BaeZzi813 Jul 11, 2025
4181e24
feat: signup.js 적용
BaeZzi813 Jul 12, 2025
bf51e12
style: login, signup 눈 모양 아이콘 top 위치 조정
BaeZzi813 Jul 12, 2025
162beec
fix: signup.js 내부 visible 버튼 동시 클릭 오류 수정
BaeZzi813 Jul 12, 2025
f86a0fe
refactor: container id -> class 변경 & visible 아이콘 alt 변경
BaeZzi813 Jul 14, 2025
303b517
feat: 메인페이지 / 로그인 / 회원가입 typescript 마이그레이션
BaeZzi813 Sep 16, 2025
8163676
브랜치 merge 를 위한 push
BaeZzi813 Sep 16, 2025
b8ebebc
Merge pull request #1 from BaeZzi813/Basic-양재영-sprint4
BaeZzi813 Sep 16, 2025
c30ac05
feat: basic-sprint4 미션 merge 후 MainPage 반응형 수정
BaeZzi813 Sep 16, 2025
6933c09
feat: LoginPage.tsx 작성 / App.jsx Route에서 CSS 겹침 현상 해결
BaeZzi813 Sep 18, 2025
73aa25f
feat: SignupPage 구현
BaeZzi813 Sep 23, 2025
89def9e
fix: MainPage 태블릿 사이즈 footer css 수정
BaeZzi813 Sep 23, 2025
6071be6
Merge branch 'React-양재영' into React-양재영-sprint8
BaeZzi813 Sep 25, 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
2 changes: 2 additions & 0 deletions Sprint-Mission/dist/login.d.ts
Copy link
Collaborator

Choose a reason for hiding this comment

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

오잉..? dist이 같이 올라왔네요 ?

혹시 .gitignore 파일이 누락된 것 같군요 !
일반적으로 dist/는 빌드했을 때 생성되는 실행 파일을 담고있는 디렉토리예요.

이는, 배포하는 환경마다 다를 수 있으며 원본 코드에서 생성되는 부가적인 폴더이기에 일반적으로 형상관리(git)에 포함하지 않습니다 😉

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export {};
//# sourceMappingURL=login.d.ts.map
1 change: 1 addition & 0 deletions Sprint-Mission/dist/login.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

95 changes: 95 additions & 0 deletions Sprint-Mission/dist/login.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Sprint-Mission/dist/login.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Sprint-Mission/dist/signup.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export {};
//# sourceMappingURL=signup.d.ts.map
1 change: 1 addition & 0 deletions Sprint-Mission/dist/signup.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

129 changes: 129 additions & 0 deletions Sprint-Mission/dist/signup.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Sprint-Mission/dist/signup.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file added Sprint-Mission/faq.html
Empty file.
10 changes: 10 additions & 0 deletions Sprint-Mission/images/hidden.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 Sprint-Mission/images/ic-header.png
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 Sprint-Mission/images/ic-login-google.png
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 Sprint-Mission/images/ic-login-kakao.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions Sprint-Mission/images/ic_facebook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading