-
Notifications
You must be signed in to change notification settings - Fork 0
8조 과제 제출 (정재현, 이은지, 문대현, 차동민) #6
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
Open
cdm1263
wants to merge
6
commits into
KDT1-FE:main
Choose a base branch
from
MINI-TEAM8-FC:KDT5_TEAM_8
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
6 commits
Select commit
Hold shift + click to select a range
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 hidden or 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,18 @@ | ||
| module.exports = { | ||
| root: true, | ||
| env: { browser: true, es2020: true }, | ||
| extends: [ | ||
| 'eslint:recommended', | ||
| 'plugin:@typescript-eslint/recommended', | ||
| 'plugin:react-hooks/recommended', | ||
| ], | ||
| ignorePatterns: ['dist', '.eslintrc.cjs'], | ||
| parser: '@typescript-eslint/parser', | ||
| plugins: ['react-refresh'], | ||
| rules: { | ||
| 'react-refresh/only-export-components': [ | ||
| 'warn', | ||
| { allowConstantExport: true }, | ||
| ], | ||
| }, | ||
| } |
This file contains hidden or 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,26 @@ | ||
| # Logs | ||
| logs | ||
| *.log | ||
| npm-debug.log* | ||
| yarn-debug.log* | ||
| yarn-error.log* | ||
| pnpm-debug.log* | ||
| lerna-debug.log* | ||
|
|
||
| node_modules | ||
| dist | ||
| dist-ssr | ||
| *.local | ||
|
|
||
| # Editor directories and files | ||
| .vscode/* | ||
| !.vscode/extensions.json | ||
| .idea | ||
| .DS_Store | ||
| *.suo | ||
| *.ntvs* | ||
| *.njsproj | ||
| *.sln | ||
| *.sw? | ||
|
|
||
| .env | ||
This file contains hidden or 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,11 @@ | ||
| { | ||
| "printWidth": 120, | ||
| "tabWidth": 2, | ||
| "semi": true, | ||
| "singleQuote": false, | ||
| "quoteProps": "as-needed", | ||
| "trailingComma": "es5", | ||
| "bracketSpacing": true, | ||
| "arrowParens": "always", | ||
| "endOfLine": "lf" | ||
| } |
This file contains hidden or 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,27 +1,45 @@ | ||
| # ✔️ 미니 프로젝트_연차/당직 프로그램 만들기 | ||
| # FExBE 미니 프로젝트 8조 [FE 부문] | ||
|
|
||
| ## 필수 요구 사항 | ||
| ## 오늘은 내차례 | ||
|
|
||
| - 로그인 / 회원가입 페이지 | ||
| - 개인 정보 수정 페이지 | ||
| - 사용자간 공유 게시 페이지 캘린더 사용 | ||
| <div align="center"> | ||
|
|
||
| ## 선택 요구 사항 | ||
|  | ||
|
|
||
| - `useCallback`, `useMemo `등을 통한 컴포넌트 렌더링 최적화 | ||
| - 내가 작성한 코드를 팀원 중 누가봐도 쉽게 알아볼 수 있도록 고민하면서 작성해주세요. | ||
| 배포 주소: | ||
|
|
||
| ## 과제 수행 및 제출 방법 | ||
| </div> | ||
|
|
||
| 1. 현재 저장소를 로컬에 클론(Clone)합니다. | ||
| 2. 팀별로 브랜치를 생성합니다.(`git branch KDT5_TEAM_ABC`) | ||
| 3. 팀별 브랜치에서 과제를 수행합니다. | ||
| 4. 과제 수행이 완료되면, 자신의 본명 브랜치를 원격 저장소에 푸시(Push)합니다.(`main` 브랜치에 푸시하지 않도록 꼭 주의하세요, `git push origin KDT5_TEAM_ABC`) | ||
| 5. 저장소에서 `main` 브랜치를 대상으로 Pull Request 생성하면, 과제 제출이 완료됩니다!(E.g, `main` <== `KDT5_TEAM_ABC`) | ||
| ## 팀원 소개 👤 | ||
|
|
||
| ### 주의사항! | ||
| | 팀원 | 문대현 | 이은지 | 정재현 | 차동민 | | ||
| | ------ | ---------------------------------------- | ------------------------------------------ | -------------------------------------- | ------------------------------------------ | | ||
| | 깃허브 | [@dhmoon11](https://github.com/dhmoon11) | [@dmswl2030](https://github.com/dmswl2030) | [@iskra17](https://github.com/iskra17) | [@cdm1263](https://github.com/cdm1263) | | ||
| | 담당 | - 관리자 페이지<br /> - 승인, 반려 | - 캘린더 <br /> - | - 사용자 인증<br /> - Nav 바 | - 신청 모달 <br /> - 승인 현황 모달 <br /> | | ||
|
|
||
| - `main` 혹은 다른 사람의 브랜치로 절대 병합하지 않도록 주의하세요! | ||
| - Pull Request에서 보이는 설명을 다른 사람들이 이해하기 쉽도록 꼼꼼하게 작성하세요! | ||
| - Pull Request에서 과제 제출 후 절대 병합(Merge)하지 않도록 주의하세요! | ||
| - 과제 수행 및 제출 과정에서 문제가 발생한 경우, 바로 담당 멘토나 강사에서 얘기하세요! | ||
| | **[문대현](https://github.com/dhmoon11)** | **[이은지](https://github.com/dmswl2030)** | **[정재현](https://github.com/iskra17)** | **[차동민](https://github.com/cdm1263)** | | ||
| | :--------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------: | | ||
| | <a href="https://github.com/dhmoon11"><img src="https://avatars.githubusercontent.com/u/128357255?v=4" width=150px alt="문대현" /> | <a href="https://github.com/dmswl2030"><img src="https://avatars.githubusercontent.com/u/51252978?v=4" width=150px alt="이은지" /> | <a href="https://github.com/iskra17"><img src="https://avatars.githubusercontent.com/u/128365197?v=4" width=150px alt="정재현" /> | <a href="https://github.com/cdm1263"><img src="https://avatars.githubusercontent.com/u/122417731?v=4" width=150px alt="차동민" /> | | ||
| | - 관리자 페이지<br /> - 승인, 반려 | - 캘린더 <br /> - | - 사용자 인증<br /> - Nav 바 | - 신청 모달 <br /> - 승인 현황 모달 <br /> | | ||
|
|
||
| ### 사용 기술 및 개발환경 | ||
|
|
||
| [](https://reactjs.org/) | ||
| [](https://www.typescriptlang.org/) | ||
| [](https://vitejs.dev/) | ||
| [](https://www.netlify.com/) | ||
|
|
||
| [](https://github.com/pmndrs/zustand) | ||
| [](https://react-query.tanstack.com/) | ||
| [](https://react-hook-form.com/) | ||
|
|
||
| [](https://styled-components.com/) | ||
| [](https://fkhadra.github.io/react-toastify/) | ||
| [](https://ant.design/) | ||
| [](https://react-icons.github.io/react-icons/) | ||
|
|
||
| [](https://www.figma.com/) | ||
| [](https://github.com/carloscuesta/gitmoji-cli) | ||
| <img src="https://img.shields.io/badge/Slack-4A154B?style=flat&logo=Slack&logoColor=white" /> | ||
|
|
||
| </p> |
This file contains hidden or 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,13 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="en"> | ||
| <head> | ||
| <meta charset="UTF-8" /> | ||
| <link rel="icon" type="image/svg+xml" href="/person_hand_up.svg" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| <title>오늘은 내 차례!?</title> | ||
| </head> | ||
| <body> | ||
| <div id="root"></div> | ||
| <script type="module" src="/src/main.tsx"></script> | ||
| </body> | ||
| </html> |
This file contains hidden or 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 @@ | ||
| [[redirects]] | ||
| from = "/*" | ||
| to = "/index.html" | ||
| status = 200 | ||
|
|
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.
Posix 명세 준수를 위해, 파일은 항상 줄바꿈 문자로 끝내주세요!