-
Notifications
You must be signed in to change notification settings - Fork 0
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
KDT0_ShimJeongAh 원어민 교사 관리 #57
Open
joanShim
wants to merge
13
commits into
main
Choose a base branch
from
KDT0_ShimJeongAh
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
61e2b09
Feat: Init firestore
joanShim 0e4d683
Feat: get stored data at profile page
joanShim f151631
Feat: Get datas by docId at profile.js
joanShim 90f1986
Feat: add profile pic upload
joanShim 73eb9df
Feat: add delete doc
joanShim 23f57d4
Feat: add Delete data at index.html
joanShim a3fec50
Style: change profile css
joanShim d49eab3
Style: add respoonsive css
joanShim 02c4a9c
Fix: fixed dotenv
joanShim d3e1c3b
Fix: fix deploy error
joanShim 55f94c4
Fix: fix deploy error
joanShim bf6d1b8
Fix: fix deploy error
joanShim 30fdd8e
Fix: fix deploy error - script
joanShim File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
node_modules | ||
.env | ||
dist | ||
temp.js | ||
.parcel-cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
64376211 | ||
1692376638439879000 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,38 @@ | ||
## ✨ 프로젝트 소개 | ||
|
||
# :camera: 직원 사진 관리 서비스 | ||
|
||
직원들의 사진을 관리할 수 있는 사진 관리자 서비스를 만들어 보세요. | ||
|
||
과제 수행 및 리뷰 기간은 별도 공지를 참고하세요! | ||
## [과제 수행 및 제출 방법] | ||
1. 현재 저장소를 로컬에 클론(Clone)합니다. | ||
2. 자신의 본명으로 브랜치를 생성합니다.(구분 가능하도록 본명을 꼭 파스칼케이스로 표시하세요, git branch KDT0_이름) | ||
3. 자신의 본명 브랜치에서 과제를 수행합니다. | ||
4. 과제 수행이 완료되면, 자신의 본명 브랜치를 원격 저장소에 푸시(Push)합니다.(main 브랜치에 푸시하지 않도록 꼭 주의하세요, git push origin KDT0_이름) | ||
5. 저장소에서 main 브랜치를 대상으로 Pull Request 생성하면, 과제 제출이 완료됩니다!(E.g, main <== KDT0_이름) | ||
6. Pull Request 링크를 LMS로도 제출해 주셔야 합니다. | ||
7. main 혹은 다른 사람의 브랜치로 절대 병합하지 않도록 주의하세요! | ||
8. Pull Request에서 보이는 설명을 다른 사람들이 이해하기 쉽도록 꼼꼼하게 작성하세요! | ||
9. Pull Request에서 과제 제출 후 절대 병합(Merge)하지 않도록 주의하세요! | ||
10. 과제 수행 및 제출 과정에서 문제가 발생한 경우, 바로 담당 멘토나 강사에서 얘기하세요! | ||
|
||
## [필수 요구사항] | ||
- “AWS S3 / Firebase 같은 서비스”를 이용하여 사진을 관리할 수 있는 페이지를 구현하세요. | ||
- 프로필 페이지를 개발하세요. | ||
- 스크롤이 가능한 형태의 리스팅 페이지를 개발하세요. | ||
- 전체 페이지 데스크탑-모바일 반응형 페이지를 개발하세요. | ||
- 사진을 등록, 수정, 삭제가 가능해야 합니다. | ||
- 유저 플로우를 제작하여 리드미에 추가하세요. | ||
* CSS | ||
* 애니메이션 구현 | ||
* 상대수치 사용(rem, em) | ||
* JavaScript | ||
* DOM event 조작 | ||
|
||
## [선택 요구사항] | ||
- 사진 관리 페이지와 관련된 기타 기능도 고려해 보세요. | ||
- 페이지가 보여지기 전에 로딩 애니메이션이 보이도록 만들어보세요. | ||
- 직원을 등록, 수정, 삭제가 가능하게 해보세요. | ||
- 직원 검색 기능을 추가해 보세요. | ||
- infinity scroll 기능을 추가해 보세요. | ||
- 사진을 편집할 수 있는 기능을 추가해 보세요. | ||
- LocalStorage 사용 | ||
|
||
## [화면 예시] | ||
![Untitled (1)](https://github.com/KDT1-FE/Y_FE_JAVASCRIPT_PICTURE/assets/38754963/5dda6755-2501-4af4-bc3e-b63a353c44c2) | ||
|
||
![Untitled (2)](https://github.com/KDT1-FE/Y_FE_JAVASCRIPT_PICTURE/assets/38754963/6c1805f1-2b00-453e-a729-2b483612726d) | ||
|
||
## [흐름] | ||
![Untitled](https://github.com/KDT1-FE/Y_FE_JAVASCRIPT_PICTURE/assets/38754963/e2934c05-26f6-4ef6-88d4-beed76aa007a) | ||
원어민 교사를 | ||
|
||
- 배포 주소 : | ||
|
||
## ✨ 필수 요구사항 | ||
|
||
- AWS S3 / Firebase를 이용하여 사진을 관리할 수 있는 페이지 구현 | ||
- 프로필 페이지 구현 | ||
- 스크롤이 가능한 형태의 리스팅 페이지 구현 | ||
- 전체 페이지 데스크탑-모바일 반응형 페이지 구현 | ||
- 사진 등록, 수정, 삭제 기능 구현 | ||
- 유저 플로우 제작 | ||
- CSS | ||
- 애니메이션 구현 | ||
- 상대수치 사용(rem, em) | ||
- JavaScript | ||
- DOM event 조작 | ||
|
||
## ✨ 기술 스택 | ||
|
||
<div style="display:flex;"> | ||
<img src="https://img.shields.io/badge/html5-E34F26?style=for-the-badge&logo=html5&logoColor=white"> | ||
<img src="https://img.shields.io/badge/css-1572B6?style=for-the-badge&logo=css3&logoColor=white"> | ||
<img src="https://img.shields.io/badge/javascript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black"> | ||
|
||
</div> | ||
|
||
## ✨ 주요 기능 | ||
|
||
- 캐릭터 추가 | ||
- 프로필 생성 | ||
|
||
- 프로필 수정 | ||
- 프로필 삭제 | ||
|
||
## ✨ 유저 플로우 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
html { | ||
overflow-x: hidden; | ||
} | ||
:root { | ||
line-height: 1.5; | ||
color: #3e4b5b; | ||
font-size: 16px; | ||
} | ||
|
||
main { | ||
width: 100%; | ||
background: #f2f4f8; | ||
padding: 1.5rem; | ||
font-weight: 400; | ||
line-height: 1.5; | ||
color: #3e4b5b; | ||
text-align: left; | ||
min-height: 100vh; | ||
} | ||
|
||
header { | ||
padding: 1rem; | ||
background: #fff; | ||
position: sticky; | ||
top: 0; | ||
width: 100%; | ||
} | ||
|
||
header .logo { | ||
padding: 1rem; | ||
} | ||
|
||
.element-box { | ||
padding: 2rem 2.5rem; | ||
background: #fff; | ||
border-radius: 6px; | ||
box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12); | ||
} | ||
|
||
.btn { | ||
color: #fff; | ||
background-color: #171818; | ||
border-color: #101112; | ||
cursor: pointer; | ||
border: 2px solid transparent; | ||
padding: 0.375rem 0.75rem; | ||
/* font-size: 0.9rem; */ | ||
margin-right: 0.5rem; | ||
border-radius: 4px; | ||
margin-bottom: 3px; | ||
} | ||
.btn-primary { | ||
background-color: #0368d2; | ||
border-color: #0362c6; | ||
} | ||
.btn-danger { | ||
color: #fff; | ||
background-color: #e65252; | ||
border-color: #e65252; | ||
} | ||
.profile-img { | ||
width: 8rem; | ||
border-radius: 50%; | ||
} | ||
|
||
.img-wrap { | ||
width: 100%; | ||
position: relative; | ||
} | ||
|
||
.skeleton-row { | ||
height: 183px; | ||
} | ||
|
||
.skeleton-row td { | ||
padding: 1rem; | ||
} | ||
|
||
.skeleton-row td * { | ||
background: linear-gradient(120deg, #e5e5e5 30%, #f0f0f0 38%, #f0f0f0 40%, #e5e5e5 48%); | ||
background-size: 200% 100%; | ||
background-position: 100% 0; | ||
animation: load 1s infinite; | ||
} | ||
|
||
@keyframes load { | ||
100% { | ||
background-position: -100% 0; | ||
} | ||
} | ||
|
||
.skeleton-text { | ||
flex: 1; | ||
height: 20px; | ||
background-color: #ddd; | ||
border-radius: 5px; | ||
} | ||
.skeleton-img { | ||
width: 150px; | ||
height: 150px; | ||
background-color: #ddd; | ||
border-radius: 50%; | ||
margin: 0 auto; | ||
} | ||
.skeleton-btn { | ||
flex: 1; | ||
height: 2.5rem; | ||
width: 53px; | ||
background-color: #ddd; | ||
border-radius: 5px; | ||
margin-right: 8px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
.form-header { | ||
font-size: 1.25rem; | ||
font-weight: 700; | ||
margin-bottom: 1rem; | ||
padding-top: 0.5rem; | ||
display: block; | ||
} | ||
.controls-above-table { | ||
display: flex; | ||
margin-top: 2rem; | ||
margin-bottom: 1rem; | ||
justify-content: space-between; | ||
} | ||
|
||
.btn-wrap { | ||
height: 100%; | ||
width: 100%; | ||
display: flex; | ||
flex-direction: row-reverse; | ||
} | ||
|
||
#table { | ||
display: table; | ||
width: 100%; | ||
max-width: 100%; | ||
border-spacing: 2px; | ||
border-color: gray; | ||
} | ||
#table thead th { | ||
display: table-cell; | ||
/* font-size: 0.6rem; */ | ||
border-top: none; | ||
border-bottom: 1px solid #999; | ||
padding: 0.75rem; | ||
text-align: left; | ||
font-weight: 700; | ||
text-align: center; | ||
} | ||
#table thead:hover tr { | ||
background: transparent; | ||
} | ||
|
||
#table thead th:first-child { | ||
text-align: center; | ||
} | ||
|
||
#table tr { | ||
transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1); | ||
} | ||
|
||
#table tr:hover { | ||
background: rgba(94, 130, 152, 0.05); | ||
} | ||
|
||
#table td { | ||
border-top: 1px solid rgba(83, 101, 140, 0.08); | ||
padding: 1rem; | ||
text-align: center; | ||
vertical-align: middle; | ||
} | ||
|
||
@media screen and (min-width: 768px) and (max-width: 1199px) { | ||
body { | ||
font-size: 14px; | ||
} | ||
#table thead th:nth-child(4), | ||
#table tr td:nth-child(4) { | ||
display: none; | ||
} | ||
} | ||
|
||
@media screen and (min-width: 360px) and (max-width: 767px) { | ||
main { | ||
font-size: 13px; | ||
padding: 0.8rem; | ||
} | ||
header { | ||
padding: 0.5rem; | ||
} | ||
header .logo img { | ||
width: 100px; | ||
} | ||
.element-box { | ||
padding: 1rem; | ||
} | ||
#table thead th { | ||
font-size: 0.6rem; | ||
} | ||
/* #table thead th:nth-child(1), */ | ||
#table thead th:nth-child(4), | ||
#table thead th:nth-child(5), | ||
/* #table tr td:nth-child(1), */ | ||
#table tr td:nth-child(4), | ||
#table tr td:nth-child(5) { | ||
display: none; | ||
} | ||
|
||
#table td { | ||
padding: 0.5rem 0.3rem; | ||
} | ||
.profile-img { | ||
width: 5rem; | ||
} | ||
.btn { | ||
margin-right: 0.1rem; | ||
font-size: 0.7rem; | ||
padding: 0.3rem; | ||
} | ||
} |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
.form { | ||
width: 100%; | ||
align-items: center; | ||
} | ||
.flex { | ||
display: flex; | ||
} | ||
|
||
.img-wrap img { | ||
margin: 0 auto; | ||
display: flex; | ||
margin-bottom: 20px; | ||
position: relative; | ||
} | ||
.form-group { | ||
margin-bottom: 3rem; | ||
} | ||
|
||
.form-group label { | ||
color: #666; | ||
} | ||
.form-group .img-btn-wrap { | ||
cursor: pointer; | ||
position: absolute; | ||
top: 0; | ||
right: 0; | ||
} | ||
|
||
.form-control { | ||
display: block; | ||
width: 100%; | ||
padding: 0.375rem 0.75rem; | ||
font-size: 1.2rem; | ||
line-height: 1.5; | ||
color: #495057; | ||
background-color: #fff; | ||
background-clip: padding-box; | ||
border-bottom: 1px solid #dde2ec; | ||
} | ||
.form-control:focus { | ||
outline: none; | ||
} | ||
|
||
.img-wrap .file-box { | ||
display: inline-block; | ||
height: 40px; | ||
padding: 0 10px; | ||
vertical-align: middle; | ||
border: 1px solid #dddddd; | ||
width: 50%; | ||
color: #999999; | ||
} | ||
|
||
.file-box input[type="file"] { | ||
position: absolute; | ||
width: 0; | ||
height: 0; | ||
padding: 0; | ||
overflow: hidden; | ||
border: 0; | ||
} | ||
.file-box label { | ||
display: flex; | ||
justify-content: center; | ||
margin: 0 auto; | ||
} | ||
|
||
#delete-img-btn { | ||
width: fit-content; | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
브라우저의 기본 폰트 사이즈는 16px이라고 알고 있습니다. html에 font-size를 62.5%로 주시면 rem 을 사용할 때 10px로 계산되어서 계산도 편해지고 웹 접근성에도 도움을 줄 수 있다고 생각합니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tkyoun0421
태관님 피드백 훌륭하십니다..
사실 저도 그냥 px로 작성 많이해요 ㅎㅎ...
반성하게 됩니다!