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

[4주차] 지민재 미션 제출합니다. #14

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a7da4bd
Feat & Design: 1차 기능 구현 및 1차 디자인
mimizae Sep 26, 2024
4b1e1bc
Feat: 2차 기능 구현
mimizae Sep 27, 2024
f13c52c
Chore: 오타 수정
mimizae Sep 27, 2024
7bb7db5
Chore: 오타 수정
mimizae Sep 27, 2024
d2523ed
Fix: 프로필 이미지 사라지는 버그 수정
mimizae Sep 27, 2024
7676b4e
Fix: 전송 버튼 활성화
mimizae Sep 28, 2024
3f6fe90
Design: 상대 메세지 그림자 제거
mimizae Sep 28, 2024
36d2e92
Design: font 크기 수정
mimizae Sep 28, 2024
522a76c
Refactor: 1차 리팩토링 (mockData 형식 변경, 프로필 사진 클릭해 채팅방 변경 시 서로의 채팅방으로 변경 &…
mimizae Oct 12, 2024
d47090d
Feat: 감정 이모지 추가 기능 구현 (css 미완)
mimizae Oct 12, 2024
de8773f
Coment: 주석 추가
mimizae Oct 12, 2024
0491a78
Feat: 친구 목록 페이지 구현 & 기존 채팅 페이지 리팩토링
mimizae Oct 27, 2024
40286a5
Rename: svg 파일 페이지별 분류
mimizae Oct 27, 2024
0964fc1
Feat: 채팅 리스트 페이지 구현, BottomNav Icon 컴포넌트화 & Rename: 폴더명 변경
mimizae Oct 30, 2024
ebe2cfc
Feat: userData 불러오는 작업, 사이드바 구현
mimizae Nov 1, 2024
c707bf4
Feat: story 페이지 로딩 중으로 구현, 채팅 리스트 페이지 구현 (검색 기능까지, 안 읽음 기능은 미완...)
mimizae Nov 1, 2024
7399766
Feat: 전역 상태 관리 Recoil 사용해서 userData, chatData 사용
mimizae Nov 1, 2024
038b59b
Feat: StatusBar 구현
mimizae Nov 1, 2024
0c1f8a9
Fix: 프로필 사진 클릭 시 채팅방 전환 기능 버그 해결 & Design: z-index 이용해 프로필 사진에 현활 푯;
mimizae Nov 1, 2024
805fe4e
Fix: 감정 이모지 수정
mimizae Nov 1, 2024
c58be67
Chore: 주석 제거
mimizae Nov 1, 2024
bd7c908
Fix: 배포 오류 테스트 ...
mimizae Nov 1, 2024
049b4fd
Chore: 배포 테스트
mimizae Nov 1, 2024
ca78b53
chore: 오타 수정
mimizae Nov 1, 2024
066c1b4
Fix: 채팅 리스트 불러오기 버그 해결
mimizae Nov 2, 2024
7a56e56
Rename: interface 이름 변경, 중복 되는 type 제거
mimizae Nov 2, 2024
c3e7e92
Chore: mockUserData.json 타임스탬프 값 수정
mimizae Nov 2, 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
218 changes: 218 additions & 0 deletions package-lock.json

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

7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
"@types/react-dom": "^18.2.22",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.26.2",
"react-scripts": "5.0.1",
"recoil": "^0.7.7",
"styled-components": "^6.1.13",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
Expand All @@ -39,5 +42,9 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.34"
}
}
9 changes: 9 additions & 0 deletions public/Profile/Ceos.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/Profile/cat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/Profile/seunghunse.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/Profile/simonse.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/Profile/sws.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 public/font/PretendardVariable.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>FaceBook-Messenger</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
Binary file removed public/logo512.png
Binary file not shown.
Loading